@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_CmsDAOPropertyDef
getPropertyDefId
在接口中 I_CmsDAOPropertyDef
I_CmsDAOPropertyDef.getPropertyDefId()
public java.lang.String getPropertyDefName()
I_CmsDAOPropertyDef
getPropertyDefName
在接口中 I_CmsDAOPropertyDef
I_CmsDAOPropertyDef.getPropertyDefName()
public int getPropertyDefType()
I_CmsDAOPropertyDef
getPropertyDefType
在接口中 I_CmsDAOPropertyDef
I_CmsDAOPropertyDef.getPropertyDefType()
public void setPropertyDefId(java.lang.String propertydefId)
I_CmsDAOPropertyDef
setPropertyDefId
在接口中 I_CmsDAOPropertyDef
propertydefId
- the id to setI_CmsDAOPropertyDef.setPropertyDefId(java.lang.String)
public void setPropertyDefName(java.lang.String propertydefName)
I_CmsDAOPropertyDef
setPropertyDefName
在接口中 I_CmsDAOPropertyDef
propertydefName
- the name to setI_CmsDAOPropertyDef.setPropertyDefName(java.lang.String)
public void setPropertyDefType(int propertydefType)
I_CmsDAOPropertyDef
setPropertyDefType
在接口中 I_CmsDAOPropertyDef
propertydefType
- the type to setI_CmsDAOPropertyDef.setPropertyDefType(int)