|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.model.AssetVocabularyWrapper
public class AssetVocabularyWrapper
This class is a wrapper for AssetVocabulary.
AssetVocabulary,
Serialized Form| Constructor Summary | |
|---|---|
AssetVocabularyWrapper(AssetVocabulary assetVocabulary)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetVocabulary assetVocabulary)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
String |
getDescription(Locale locale)
|
String |
getDescription(Locale locale,
boolean useDefault)
|
String |
getDescription(String languageId)
|
String |
getDescription(String languageId,
boolean useDefault)
|
Map<Locale,String> |
getDescriptionMap()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
String |
getSettings()
|
String |
getTitle()
|
String |
getTitle(Locale locale)
|
String |
getTitle(Locale locale,
boolean useDefault)
|
String |
getTitle(String languageId)
|
String |
getTitle(String languageId,
boolean useDefault)
|
Map<Locale,String> |
getTitleMap()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
long |
getVocabularyId()
|
AssetVocabulary |
getWrappedAssetVocabulary()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(Locale locale,
String description)
|
void |
setDescription(String description)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setSettings(String settings)
|
void |
setTitle(Locale locale,
String title)
|
void |
setTitle(String title)
|
void |
setTitleMap(Map<Locale,String> titleMap)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
void |
setVocabularyId(long vocabularyId)
|
AssetVocabulary |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssetVocabularyWrapper(AssetVocabulary assetVocabulary)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface AssetVocabularyModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetVocabularyModelpublic String getUuid()
getUuid in interface AssetVocabularyModelpublic void setUuid(String uuid)
setUuid in interface AssetVocabularyModelpublic long getVocabularyId()
getVocabularyId in interface AssetVocabularyModelpublic void setVocabularyId(long vocabularyId)
setVocabularyId in interface AssetVocabularyModelpublic long getGroupId()
getGroupId in interface AssetVocabularyModelpublic void setGroupId(long groupId)
setGroupId in interface AssetVocabularyModelpublic long getCompanyId()
getCompanyId in interface AssetVocabularyModelpublic void setCompanyId(long companyId)
setCompanyId in interface AssetVocabularyModelpublic long getUserId()
getUserId in interface AssetVocabularyModelpublic void setUserId(long userId)
setUserId in interface AssetVocabularyModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AssetVocabularyModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetVocabularyModelpublic String getUserName()
getUserName in interface AssetVocabularyModelpublic void setUserName(String userName)
setUserName in interface AssetVocabularyModelpublic Date getCreateDate()
getCreateDate in interface AssetVocabularyModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetVocabularyModelpublic Date getModifiedDate()
getModifiedDate in interface AssetVocabularyModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetVocabularyModelpublic String getName()
getName in interface AssetVocabularyModelpublic void setName(String name)
setName in interface AssetVocabularyModelpublic String getTitle()
getTitle in interface AssetVocabularyModelpublic String getTitle(Locale locale)
getTitle in interface AssetVocabularyModel
public String getTitle(Locale locale,
boolean useDefault)
getTitle in interface AssetVocabularyModelpublic String getTitle(String languageId)
getTitle in interface AssetVocabularygetTitle in interface AssetVocabularyModel
public String getTitle(String languageId,
boolean useDefault)
getTitle in interface AssetVocabularygetTitle in interface AssetVocabularyModelpublic Map<Locale,String> getTitleMap()
getTitleMap in interface AssetVocabularyModelpublic void setTitle(String title)
setTitle in interface AssetVocabularyModel
public void setTitle(Locale locale,
String title)
setTitle in interface AssetVocabularyModelpublic void setTitleMap(Map<Locale,String> titleMap)
setTitleMap in interface AssetVocabularyModelpublic String getDescription()
getDescription in interface AssetVocabularyModelpublic String getDescription(Locale locale)
getDescription in interface AssetVocabularyModel
public String getDescription(Locale locale,
boolean useDefault)
getDescription in interface AssetVocabularyModelpublic String getDescription(String languageId)
getDescription in interface AssetVocabularyModel
public String getDescription(String languageId,
boolean useDefault)
getDescription in interface AssetVocabularyModelpublic Map<Locale,String> getDescriptionMap()
getDescriptionMap in interface AssetVocabularyModelpublic void setDescription(String description)
setDescription in interface AssetVocabularyModel
public void setDescription(Locale locale,
String description)
setDescription in interface AssetVocabularyModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap in interface AssetVocabularyModelpublic String getSettings()
getSettings in interface AssetVocabularyModelpublic void setSettings(String settings)
setSettings in interface AssetVocabularyModelpublic AssetVocabulary toEscapedModel()
toEscapedModel in interface AssetVocabularyModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<AssetVocabulary>isNew in interface AssetVocabularyModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<AssetVocabulary>setNew in interface AssetVocabularyModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<AssetVocabulary>isCachedModel in interface AssetVocabularyModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetVocabulary>setCachedModel in interface AssetVocabularyModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<AssetVocabulary>isEscapedModel in interface AssetVocabularyModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<AssetVocabulary>setEscapedModel in interface AssetVocabularyModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetVocabulary>getPrimaryKeyObj in interface AssetVocabularyModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetVocabulary>getExpandoBridge in interface AssetVocabularyModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetVocabulary>setExpandoBridgeAttributes in interface AssetVocabularyModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AssetVocabulary>clone in interface AssetVocabularyModelclone in class Objectpublic int compareTo(AssetVocabulary assetVocabulary)
compareTo in interface AssetVocabularyModelcompareTo in interface Comparable<AssetVocabulary>public int hashCode()
hashCode in interface AssetVocabularyModelhashCode in class Objectpublic String toString()
toString in interface AssetVocabularyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetVocabulary>toXmlString in interface AssetVocabularyModelpublic AssetVocabulary getWrappedAssetVocabulary()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||