|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOHistoryPropertyDef
@Entity public class CmsDAOHistoryPropertyDef
This data access object represents a history properties definition entry inside the table "cms_history_propertydef".
| Constructor Summary | |
|---|---|
CmsDAOHistoryPropertyDef()
The default constructor. |
|
CmsDAOHistoryPropertyDef(java.lang.String propertydefId)
* A public constructor for generating a new history property object with an unique id. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyDefId()
Returns the propertyDefId. |
java.lang.String |
getPropertyDefName()
Returns the propertyDefName. |
int |
getPropertyDefType()
Returns the propertyDefType. |
void |
setPropertyDefId(java.lang.String propertyDefId)
Sets the propertyDefId. |
void |
setPropertyDefName(java.lang.String propertyDefName)
Sets the propertyDefName. |
void |
setPropertyDefType(int propertyDefType)
Sets the propertyDefType. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOHistoryPropertyDef()
public CmsDAOHistoryPropertyDef(java.lang.String propertydefId)
propertydefId - the property definition id| Method Detail |
|---|
public java.lang.String getPropertyDefId()
public java.lang.String getPropertyDefName()
public int getPropertyDefType()
public void setPropertyDefId(java.lang.String propertyDefId)
propertyDefId - the propertyDefId to setpublic void setPropertyDefName(java.lang.String propertyDefName)
propertyDefName - the propertyDefName to setpublic void setPropertyDefType(int propertyDefType)
propertyDefType - the propertyDefType to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||