|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<Account>
com.liferay.portal.model.impl.AccountModelImpl
public class AccountModelImpl
This interface is a model that represents the Account_ table in the database.
AccountImpl,
Account,
AccountModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
AccountModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Account account)
|
boolean |
equals(Object obj)
|
long |
getAccountId()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getIndustry()
|
String |
getLegalId()
|
String |
getLegalName()
|
String |
getLegalType()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getParentAccountId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
String |
getSicCode()
|
String |
getSize()
|
String |
getTickerSymbol()
|
String |
getType()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
hashCode()
|
void |
setAccountId(long accountId)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
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)
|
void |
setLegalId(String legalId)
|
void |
setLegalName(String legalName)
|
void |
setLegalType(String legalType)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setParentAccountId(long parentAccountId)
|
void |
setPrimaryKey(long pk)
|
void |
setSicCode(String sicCode)
|
void |
setSize(String size)
|
void |
setTickerSymbol(String tickerSymbol)
|
void |
setType(String type)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
Account |
toEscapedModel()
|
static Account |
toModel(AccountSoap soapModel)
|
static List<Account> |
toModels(AccountSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.AccountModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public AccountModelImpl()
| Method Detail |
|---|
public static Account toModel(AccountSoap soapModel)
public static List<Account> toModels(AccountSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface AccountModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AccountModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface AccountModelgetPrimaryKeyObj in interface BaseModel<Account>public long getAccountId()
getAccountId in interface AccountModelpublic void setAccountId(long accountId)
setAccountId in interface AccountModelpublic long getCompanyId()
getCompanyId in interface AccountModelpublic void setCompanyId(long companyId)
setCompanyId in interface AccountModelpublic long getUserId()
getUserId in interface AccountModelpublic void setUserId(long userId)
setUserId in interface AccountModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AccountModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AccountModelpublic String getUserName()
getUserName in interface AccountModelpublic void setUserName(String userName)
setUserName in interface AccountModelpublic Date getCreateDate()
getCreateDate in interface AccountModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AccountModelpublic Date getModifiedDate()
getModifiedDate in interface AccountModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AccountModelpublic long getParentAccountId()
getParentAccountId in interface AccountModelpublic void setParentAccountId(long parentAccountId)
setParentAccountId in interface AccountModelpublic String getName()
getName in interface AccountModelpublic void setName(String name)
setName in interface AccountModelpublic String getLegalName()
getLegalName in interface AccountModelpublic void setLegalName(String legalName)
setLegalName in interface AccountModelpublic String getLegalId()
getLegalId in interface AccountModelpublic void setLegalId(String legalId)
setLegalId in interface AccountModelpublic String getLegalType()
getLegalType in interface AccountModelpublic void setLegalType(String legalType)
setLegalType in interface AccountModelpublic String getSicCode()
getSicCode in interface AccountModelpublic void setSicCode(String sicCode)
setSicCode in interface AccountModelpublic String getTickerSymbol()
getTickerSymbol in interface AccountModelpublic void setTickerSymbol(String tickerSymbol)
setTickerSymbol in interface AccountModelpublic String getIndustry()
getIndustry in interface AccountModelpublic void setIndustry(String industry)
setIndustry in interface AccountModelpublic String getType()
getType in interface AccountModelpublic void setType(String type)
setType in interface AccountModelpublic String getSize()
getSize in interface AccountModelpublic void setSize(String size)
setSize in interface AccountModelpublic Account toEscapedModel()
toEscapedModel in interface AccountModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface AccountModelgetExpandoBridge in interface BaseModel<Account>getExpandoBridge in class BaseModelImpl<Account>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface AccountModelsetExpandoBridgeAttributes in interface BaseModel<Account>setExpandoBridgeAttributes in class BaseModelImpl<Account>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface AccountModelclone in interface BaseModel<Account>clone in class BaseModelImpl<Account>public int compareTo(Account account)
compareTo in interface AccountModelcompareTo in interface Comparable<Account>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface AccountModelhashCode in class Objectpublic String toString()
toString in interface AccountModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface AccountModeltoXmlString in interface BaseModel<Account>
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||