|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.model.AccountWrapper
public class AccountWrapper
This class is a wrapper for Account
.
Account
,
Serialized FormConstructor Summary | |
---|---|
AccountWrapper(Account account)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Account account)
|
boolean |
equals(Object obj)
|
long |
getAccountId()
Returns the account ID of this account. |
long |
getCompanyId()
Returns the company ID of this account. |
Date |
getCreateDate()
Returns the create date of this account. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getIndustry()
Returns the industry of this account. |
String |
getLegalId()
Returns the legal ID of this account. |
String |
getLegalName()
Returns the legal name of this account. |
String |
getLegalType()
Returns the legal type of this account. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this account. |
String |
getName()
Returns the name of this account. |
long |
getParentAccountId()
Returns the parent account ID of this account. |
long |
getPrimaryKey()
Returns the primary key of this account. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getSicCode()
Returns the sic code of this account. |
String |
getSize()
Returns the size of this account. |
String |
getTickerSymbol()
Returns the ticker symbol of this account. |
String |
getType()
Returns the type of this account. |
long |
getUserId()
Returns the user ID of this account. |
String |
getUserName()
Returns the user name of this account. |
String |
getUserUuid()
Returns the user uuid of this account. |
Account |
getWrappedAccount()
Deprecated. Renamed to getWrappedModel() |
Account |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setAccountId(long accountId)
Sets the account ID of this account. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this account. |
void |
setCreateDate(Date createDate)
Sets the create date of this account. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setIndustry(String industry)
Sets the industry of this account. |
void |
setLegalId(String legalId)
Sets the legal ID of this account. |
void |
setLegalName(String legalName)
Sets the legal name of this account. |
void |
setLegalType(String legalType)
Sets the legal type of this account. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this account. |
void |
setName(String name)
Sets the name of this account. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setParentAccountId(long parentAccountId)
Sets the parent account ID of this account. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setSicCode(String sicCode)
Sets the sic code of this account. |
void |
setSize(String size)
Sets the size of this account. |
void |
setTickerSymbol(String tickerSymbol)
Sets the ticker symbol of this account. |
void |
setType(String type)
Sets the type of this account. |
void |
setUserId(long userId)
Sets the user ID of this account. |
void |
setUserName(String userName)
Sets the user name of this account. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this account. |
CacheModel<Account> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
Account |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
Account |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AccountWrapper(Account account)
Method Detail |
---|
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<Account>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<Account>
public long getPrimaryKey()
getPrimaryKey
in interface AccountModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AccountModel
primaryKey
- the primary key of this accountpublic long getAccountId()
getAccountId
in interface AccountModel
public void setAccountId(long accountId)
setAccountId
in interface AccountModel
accountId
- the account ID of this accountpublic long getCompanyId()
getCompanyId
in interface AccountModel
getCompanyId
in interface AuditedModel
public void setCompanyId(long companyId)
setCompanyId
in interface AccountModel
setCompanyId
in interface AuditedModel
companyId
- the company ID of this accountpublic long getUserId()
getUserId
in interface AccountModel
getUserId
in interface AuditedModel
public void setUserId(long userId)
setUserId
in interface AccountModel
setUserId
in interface AuditedModel
userId
- the user ID of this accountpublic String getUserUuid() throws SystemException
getUserUuid
in interface AccountModel
getUserUuid
in interface AuditedModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid
in interface AccountModel
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this accountpublic String getUserName()
getUserName
in interface AccountModel
getUserName
in interface AuditedModel
public void setUserName(String userName)
setUserName
in interface AccountModel
setUserName
in interface AuditedModel
userName
- the user name of this accountpublic Date getCreateDate()
getCreateDate
in interface AccountModel
getCreateDate
in interface AuditedModel
public void setCreateDate(Date createDate)
setCreateDate
in interface AccountModel
setCreateDate
in interface AuditedModel
createDate
- the create date of this accountpublic Date getModifiedDate()
getModifiedDate
in interface AccountModel
getModifiedDate
in interface AuditedModel
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AccountModel
setModifiedDate
in interface AuditedModel
modifiedDate
- the modified date of this accountpublic long getParentAccountId()
getParentAccountId
in interface AccountModel
public void setParentAccountId(long parentAccountId)
setParentAccountId
in interface AccountModel
parentAccountId
- the parent account ID of this accountpublic String getName()
getName
in interface AccountModel
public void setName(String name)
setName
in interface AccountModel
name
- the name of this accountpublic String getLegalName()
getLegalName
in interface AccountModel
public void setLegalName(String legalName)
setLegalName
in interface AccountModel
legalName
- the legal name of this accountpublic String getLegalId()
getLegalId
in interface AccountModel
public void setLegalId(String legalId)
setLegalId
in interface AccountModel
legalId
- the legal ID of this accountpublic String getLegalType()
getLegalType
in interface AccountModel
public void setLegalType(String legalType)
setLegalType
in interface AccountModel
legalType
- the legal type of this accountpublic String getSicCode()
getSicCode
in interface AccountModel
public void setSicCode(String sicCode)
setSicCode
in interface AccountModel
sicCode
- the sic code of this accountpublic String getTickerSymbol()
getTickerSymbol
in interface AccountModel
public void setTickerSymbol(String tickerSymbol)
setTickerSymbol
in interface AccountModel
tickerSymbol
- the ticker symbol of this accountpublic String getIndustry()
getIndustry
in interface AccountModel
public void setIndustry(String industry)
setIndustry
in interface AccountModel
industry
- the industry of this accountpublic String getType()
getType
in interface AccountModel
public void setType(String type)
setType
in interface AccountModel
type
- the type of this accountpublic String getSize()
getSize
in interface AccountModel
public void setSize(String size)
setSize
in interface AccountModel
size
- the size of this accountpublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface AccountModel
isNew
in interface BaseModel<Account>
true
if this model instance does not yet exist in
the database; false
otherwisepublic void setNew(boolean n)
BaseModel
setNew
in interface AccountModel
setNew
in interface BaseModel<Account>
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface AccountModel
isCachedModel
in interface BaseModel<Account>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface AccountModel
setCachedModel
in interface BaseModel<Account>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface AccountModel
isEscapedModel
in interface BaseModel<Account>
true
if this model instance is escaped;
false
otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface AccountModel
getPrimaryKeyObj
in interface BaseModel<Account>
getPrimaryKeyObj
in interface ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface AccountModel
setPrimaryKeyObj
in interface BaseModel<Account>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface AccountModel
getExpandoBridge
in interface BaseModel<Account>
getExpandoBridge
in interface ClassedModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface AccountModel
setExpandoBridgeAttributes
in interface BaseModel<Account>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface AccountModel
clone
in interface BaseModel<Account>
clone
in class Object
public int compareTo(Account account)
compareTo
in interface AccountModel
compareTo
in interface Comparable<Account>
public int hashCode()
hashCode
in interface AccountModel
hashCode
in class Object
public CacheModel<Account> toCacheModel()
BaseModel
toCacheModel
in interface AccountModel
toCacheModel
in interface BaseModel<Account>
public Account toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface AccountModel
toEscapedModel
in interface BaseModel<Account>
AutoEscapeBeanHandler
public Account toUnescapedModel()
toUnescapedModel
in interface AccountModel
toUnescapedModel
in interface BaseModel<Account>
public String toString()
toString
in interface AccountModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface AccountModel
toXmlString
in interface BaseModel<Account>
public void persist() throws SystemException
PersistedModel
persist
in interface PersistedModel
SystemException
- if a system exception occurredpublic boolean equals(Object obj)
equals
in class Object
public Account getWrappedAccount()
getWrappedModel()
public Account getWrappedModel()
getWrappedModel
in interface ModelWrapper<Account>
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<Account>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |