|
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<Website>
com.liferay.portal.model.impl.WebsiteModelImpl
public class WebsiteModelImpl
This interface is a model that represents the Website table in the database.
WebsiteImpl,
Website,
WebsiteModel,
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 |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
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 | |
|---|---|
WebsiteModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Website website)
|
boolean |
equals(Object obj)
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
|
boolean |
getPrimary()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getTypeId()
|
String |
getUrl()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
long |
getWebsiteId()
|
int |
hashCode()
|
boolean |
isPrimary()
|
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
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 |
setModifiedDate(Date modifiedDate)
|
void |
setPrimary(boolean primary)
|
void |
setPrimaryKey(long pk)
|
void |
setTypeId(int typeId)
|
void |
setUrl(String url)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setWebsiteId(long websiteId)
|
Website |
toEscapedModel()
|
static Website |
toModel(WebsiteSoap soapModel)
|
static List<Website> |
toModels(WebsiteSoap[] 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.WebsiteModel |
|---|
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 ORDER_BY_JPQL
public static final String ORDER_BY_SQL
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 WebsiteModelImpl()
| Method Detail |
|---|
public static Website toModel(WebsiteSoap soapModel)
public static List<Website> toModels(WebsiteSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface WebsiteModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface WebsiteModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Website>getPrimaryKeyObj in interface WebsiteModelpublic long getWebsiteId()
getWebsiteId in interface WebsiteModelpublic void setWebsiteId(long websiteId)
setWebsiteId in interface WebsiteModelpublic long getCompanyId()
getCompanyId in interface WebsiteModelpublic void setCompanyId(long companyId)
setCompanyId in interface WebsiteModelpublic long getUserId()
getUserId in interface WebsiteModelpublic void setUserId(long userId)
setUserId in interface WebsiteModel
public String getUserUuid()
throws SystemException
getUserUuid in interface WebsiteModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface WebsiteModelpublic String getUserName()
getUserName in interface WebsiteModelpublic void setUserName(String userName)
setUserName in interface WebsiteModelpublic Date getCreateDate()
getCreateDate in interface WebsiteModelpublic void setCreateDate(Date createDate)
setCreateDate in interface WebsiteModelpublic Date getModifiedDate()
getModifiedDate in interface WebsiteModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface WebsiteModelpublic String getClassName()
getClassName in interface WebsiteModelpublic long getClassNameId()
getClassNameId in interface WebsiteModelpublic void setClassNameId(long classNameId)
setClassNameId in interface WebsiteModelpublic long getClassPK()
getClassPK in interface WebsiteModelpublic void setClassPK(long classPK)
setClassPK in interface WebsiteModelpublic String getUrl()
getUrl in interface WebsiteModelpublic void setUrl(String url)
setUrl in interface WebsiteModelpublic int getTypeId()
getTypeId in interface WebsiteModelpublic void setTypeId(int typeId)
setTypeId in interface WebsiteModelpublic boolean getPrimary()
getPrimary in interface WebsiteModelpublic boolean isPrimary()
isPrimary in interface WebsiteModelpublic void setPrimary(boolean primary)
setPrimary in interface WebsiteModelpublic Website toEscapedModel()
toEscapedModel in interface WebsiteModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Website>getExpandoBridge in interface WebsiteModelgetExpandoBridge in class BaseModelImpl<Website>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Website>setExpandoBridgeAttributes in interface WebsiteModelsetExpandoBridgeAttributes in class BaseModelImpl<Website>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Website>clone in interface WebsiteModelclone in class BaseModelImpl<Website>public int compareTo(Website website)
compareTo in interface WebsiteModelcompareTo in interface Comparable<Website>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface WebsiteModelhashCode in class Objectpublic String toString()
toString in interface WebsiteModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Website>toXmlString in interface WebsiteModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||