|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOOnlinePropertyDef
@Entity public class CmsDAOOnlinePropertyDef
This data access object represents a online property definition entry inside the table "cms_online_propertydef".
| Constructor Summary | |
|---|---|
CmsDAOOnlinePropertyDef()
The default constructor. |
|
CmsDAOOnlinePropertyDef(java.lang.String propertydefId)
A public constructor for generating a new contents object with an unique id. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyDefId()
Returns the id of this property definition entry. |
java.lang.String |
getPropertyDefName()
Returns the property definition name. |
int |
getPropertyDefType()
Returns the property definition type. |
void |
setPropertyDefId(java.lang.String propertyDefId)
Sets the property definition id of this entry. |
void |
setPropertyDefName(java.lang.String propertyDefName)
Sets the property definitions name. |
void |
setPropertyDefType(int propertyDefType)
Sets the property definition type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOOnlinePropertyDef()
public CmsDAOOnlinePropertyDef(java.lang.String propertydefId)
propertydefId - the property definition id| Method Detail |
|---|
public java.lang.String getPropertyDefId()
I_CmsDAOPropertyDef
getPropertyDefId in interface I_CmsDAOPropertyDefI_CmsDAOPropertyDef.getPropertyDefId()public java.lang.String getPropertyDefName()
I_CmsDAOPropertyDef
getPropertyDefName in interface I_CmsDAOPropertyDefI_CmsDAOPropertyDef.getPropertyDefName()public int getPropertyDefType()
I_CmsDAOPropertyDef
getPropertyDefType in interface I_CmsDAOPropertyDefI_CmsDAOPropertyDef.getPropertyDefType()public void setPropertyDefId(java.lang.String propertyDefId)
I_CmsDAOPropertyDef
setPropertyDefId in interface I_CmsDAOPropertyDefpropertyDefId - the id to setI_CmsDAOPropertyDef.setPropertyDefId(java.lang.String)public void setPropertyDefName(java.lang.String propertyDefName)
I_CmsDAOPropertyDef
setPropertyDefName in interface I_CmsDAOPropertyDefpropertyDefName - the name to setI_CmsDAOPropertyDef.setPropertyDefName(java.lang.String)public void setPropertyDefType(int propertyDefType)
I_CmsDAOPropertyDef
setPropertyDefType in interface I_CmsDAOPropertyDefpropertyDefType - the type to setI_CmsDAOPropertyDef.setPropertyDefType(int)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||