Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class AccountCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.AccountCacheModel
All Implemented Interfaces:
CacheModel<Account>, Serializable

public class AccountCacheModel
extends Object
implements CacheModel<Account>, Serializable

The cache model class for representing Account in entity cache.

See Also:
Account, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long accountId
           
 long companyId
           
 long createDate
           
 String industry
           
 String legalId
           
 String legalName
           
 String legalType
           
 long modifiedDate
           
 String name
           
 long parentAccountId
           
 String sicCode
           
 String size
           
 String tickerSymbol
           
 String type
           
 long userId
           
 String userName
           
 
Constructor Summary
AccountCacheModel()
           
 
Method Summary
 Account toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

accountId

public long accountId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

parentAccountId

public long parentAccountId

name

public String name

legalName

public String legalName

legalId

public String legalId

legalType

public String legalType

sicCode

public String sicCode

tickerSymbol

public String tickerSymbol

industry

public String industry

type

public String type

size

public String size
Constructor Detail

AccountCacheModel

public AccountCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public Account toEntityModel()
Specified by:
toEntityModel in interface CacheModel<Account>

Liferay 6.1.2-ce-ga3