com.liferay.portal.model
Class AccountWrapper

java.lang.Object
  extended by com.liferay.portal.model.AccountWrapper
All Implemented Interfaces:
Account, AccountModel, BaseModel<Account>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Account>

public class AccountWrapper
extends java.lang.Object
implements Account

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for Account.

Author:
Brian Wing Shun Chan
See Also:
Account, Serialized Form
Generated:

Constructor Summary
AccountWrapper(Account account)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(Account account)
           
 long getAccountId()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getIndustry()
           
 java.lang.String getLegalId()
           
 java.lang.String getLegalName()
           
 java.lang.String getLegalType()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getParentAccountId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getSicCode()
           
 java.lang.String getSize()
           
 java.lang.String getTickerSymbol()
           
 java.lang.String getType()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 Account getWrappedAccount()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setAccountId(long accountId)
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setIndustry(java.lang.String industry)
           
 void setLegalId(java.lang.String legalId)
           
 void setLegalName(java.lang.String legalName)
           
 void setLegalType(java.lang.String legalType)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setParentAccountId(long parentAccountId)
           
 void setPrimaryKey(long pk)
           
 void setSicCode(java.lang.String sicCode)
           
 void setSize(java.lang.String size)
           
 void setTickerSymbol(java.lang.String tickerSymbol)
           
 void setType(java.lang.String type)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 Account toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccountWrapper

public AccountWrapper(Account account)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface AccountModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface AccountModel

getAccountId

public long getAccountId()
Specified by:
getAccountId in interface AccountModel

setAccountId

public void setAccountId(long accountId)
Specified by:
setAccountId in interface AccountModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface AccountModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface AccountModel

getUserId

public long getUserId()
Specified by:
getUserId in interface AccountModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface AccountModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface AccountModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface AccountModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface AccountModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface AccountModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface AccountModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface AccountModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface AccountModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface AccountModel

getParentAccountId

public long getParentAccountId()
Specified by:
getParentAccountId in interface AccountModel

setParentAccountId

public void setParentAccountId(long parentAccountId)
Specified by:
setParentAccountId in interface AccountModel

getName

public java.lang.String getName()
Specified by:
getName in interface AccountModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface AccountModel

getLegalName

public java.lang.String getLegalName()
Specified by:
getLegalName in interface AccountModel

setLegalName

public void setLegalName(java.lang.String legalName)
Specified by:
setLegalName in interface AccountModel

getLegalId

public java.lang.String getLegalId()
Specified by:
getLegalId in interface AccountModel

setLegalId

public void setLegalId(java.lang.String legalId)
Specified by:
setLegalId in interface AccountModel

getLegalType

public java.lang.String getLegalType()
Specified by:
getLegalType in interface AccountModel

setLegalType

public void setLegalType(java.lang.String legalType)
Specified by:
setLegalType in interface AccountModel

getSicCode

public java.lang.String getSicCode()
Specified by:
getSicCode in interface AccountModel

setSicCode

public void setSicCode(java.lang.String sicCode)
Specified by:
setSicCode in interface AccountModel

getTickerSymbol

public java.lang.String getTickerSymbol()
Specified by:
getTickerSymbol in interface AccountModel

setTickerSymbol

public void setTickerSymbol(java.lang.String tickerSymbol)
Specified by:
setTickerSymbol in interface AccountModel

getIndustry

public java.lang.String getIndustry()
Specified by:
getIndustry in interface AccountModel

setIndustry

public void setIndustry(java.lang.String industry)
Specified by:
setIndustry in interface AccountModel

getType

public java.lang.String getType()
Specified by:
getType in interface AccountModel

setType

public void setType(java.lang.String type)
Specified by:
setType in interface AccountModel

getSize

public java.lang.String getSize()
Specified by:
getSize in interface AccountModel

setSize

public void setSize(java.lang.String size)
Specified by:
setSize in interface AccountModel

toEscapedModel

public Account toEscapedModel()
Specified by:
toEscapedModel in interface AccountModel

isNew

public boolean isNew()
Specified by:
isNew in interface AccountModel
Specified by:
isNew in interface BaseModel<Account>

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface AccountModel
Specified by:
setNew in interface BaseModel<Account>

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface AccountModel
Specified by:
isCachedModel in interface BaseModel<Account>

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface AccountModel
Specified by:
setCachedModel in interface BaseModel<Account>

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface AccountModel
Specified by:
isEscapedModel in interface BaseModel<Account>

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface AccountModel
Specified by:
setEscapedModel in interface BaseModel<Account>

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface AccountModel
Specified by:
getPrimaryKeyObj in interface BaseModel<Account>

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface AccountModel
Specified by:
getExpandoBridge in interface BaseModel<Account>

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface AccountModel
Specified by:
setExpandoBridgeAttributes in interface BaseModel<Account>

clone

public java.lang.Object clone()
Specified by:
clone in interface AccountModel
Specified by:
clone in interface BaseModel<Account>
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(Account account)
Specified by:
compareTo in interface AccountModel
Specified by:
compareTo in interface java.lang.Comparable<Account>

hashCode

public int hashCode()
Specified by:
hashCode in interface AccountModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface AccountModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface AccountModel
Specified by:
toXmlString in interface BaseModel<Account>

getWrappedAccount

public Account getWrappedAccount()