@Entity
public class CmsDAOHistoryPropertyDef
extends java.lang.Object
构造器和说明 |
---|
CmsDAOHistoryPropertyDef()
The default constructor.
|
CmsDAOHistoryPropertyDef(java.lang.String propertydefId)
* A public constructor for generating a new history property object with an unique id.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
public CmsDAOHistoryPropertyDef()
public CmsDAOHistoryPropertyDef(java.lang.String propertydefId)
propertydefId
- the property definition idpublic 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