@Entity public class CmsDAOOfflinePropertyDef extends java.lang.Object implements I_CmsDAOPropertyDef
| 构造器和说明 |
|---|
CmsDAOOfflinePropertyDef()
The default constructor.
|
CmsDAOOfflinePropertyDef(java.lang.String propertydefId)
A public constructor for generating a new offline property definition object with an unique id.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
public CmsDAOOfflinePropertyDef()
public CmsDAOOfflinePropertyDef(java.lang.String propertydefId)
propertydefId - the idpublic java.lang.String getPropertyDefId()
I_CmsDAOPropertyDefgetPropertyDefId 在接口中 I_CmsDAOPropertyDefI_CmsDAOPropertyDef.getPropertyDefId()public java.lang.String getPropertyDefName()
I_CmsDAOPropertyDefgetPropertyDefName 在接口中 I_CmsDAOPropertyDefI_CmsDAOPropertyDef.getPropertyDefName()public int getPropertyDefType()
I_CmsDAOPropertyDefgetPropertyDefType 在接口中 I_CmsDAOPropertyDefI_CmsDAOPropertyDef.getPropertyDefType()public void setPropertyDefId(java.lang.String propertydefId)
I_CmsDAOPropertyDefsetPropertyDefId 在接口中 I_CmsDAOPropertyDefpropertydefId - the id to setI_CmsDAOPropertyDef.setPropertyDefId(java.lang.String)public void setPropertyDefName(java.lang.String propertydefName)
I_CmsDAOPropertyDefsetPropertyDefName 在接口中 I_CmsDAOPropertyDefpropertydefName - the name to setI_CmsDAOPropertyDef.setPropertyDefName(java.lang.String)public void setPropertyDefType(int propertydefType)
I_CmsDAOPropertyDefsetPropertyDefType 在接口中 I_CmsDAOPropertyDefpropertydefType - the type to setI_CmsDAOPropertyDef.setPropertyDefType(int)