public interface AHCategoriesModel extends com.liferay.portal.model.BaseModel<AHCategories>
This interface and its corresponding implementation AHCategoriesModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AHCategoriesImpl.
AHCategories,
AHCategoriesImpl,
AHCategoriesModelImpl| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(AHCategories ahCategories) |
long |
getCatId()
Returns the cat ID of this a h categories.
|
String |
getDescr()
Returns the descr of this a h categories.
|
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
String |
getName()
Returns the name of this a h categories.
|
long |
getPrimaryKey()
Returns the primary key of this a h categories.
|
Serializable |
getPrimaryKeyObj() |
int |
getType()
Returns the type of this a h categories.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setCatId(long catId)
Sets the cat ID of this a h categories.
|
void |
setDescr(String descr)
Sets the descr of this a h categories.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.portlet.expando.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setName(String name)
Sets the name of this a h categories.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this a h categories.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setType(int type)
Sets the type of this a h categories.
|
com.liferay.portal.model.CacheModel<AHCategories> |
toCacheModel() |
AHCategories |
toEscapedModel() |
String |
toString() |
AHCategories |
toUnescapedModel() |
String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this a h categorieslong getCatId()
void setCatId(long catId)
catId - the cat ID of this a h categories@AutoEscape String getName()
void setName(String name)
name - the name of this a h categories@AutoEscape String getDescr()
void setDescr(String descr)
descr - the descr of this a h categoriesint getType()
void setType(int type)
type - the type of this a h categoriesboolean isNew()
isNew in interface com.liferay.portal.model.BaseModel<AHCategories>void setNew(boolean n)
setNew in interface com.liferay.portal.model.BaseModel<AHCategories>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.model.BaseModel<AHCategories>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.model.BaseModel<AHCategories>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.model.BaseModel<AHCategories>Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<AHCategories>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<AHCategories>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelcom.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<AHCategories>getExpandoBridge in interface com.liferay.portal.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<AHCategories>void setExpandoBridgeAttributes(com.liferay.portlet.expando.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<AHCategories>void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<AHCategories>Object clone()
clone in interface com.liferay.portal.model.BaseModel<AHCategories>int compareTo(AHCategories ahCategories)
compareTo in interface Comparable<AHCategories>com.liferay.portal.model.CacheModel<AHCategories> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<AHCategories>AHCategories toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<AHCategories>AHCategories toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.model.BaseModel<AHCategories>String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<AHCategories>Copyright © 2016 Fraunhofer FOKUS. All rights reserved.