@Entity public class CmsDAOOnlinePropertyDef extends java.lang.Object implements I_CmsDAOPropertyDef
构造器和说明 |
---|
CmsDAOOnlinePropertyDef()
The default constructor.
|
CmsDAOOnlinePropertyDef(java.lang.String propertydefId)
A public constructor for generating a new contents 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 CmsDAOOnlinePropertyDef()
public CmsDAOOnlinePropertyDef(java.lang.String propertydefId)
propertydefId
- the property definition 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)