public interface I_CmsDAOPropertyDef
CmsPropertyDefinition
限定符和类型 | 方法和说明 |
---|---|
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.
|
java.lang.String getPropertyDefId()
void setPropertyDefId(java.lang.String propertydefId)
propertydefId
- the id to setjava.lang.String getPropertyDefName()
void setPropertyDefName(java.lang.String propertydefName)
propertydefName
- the name to setint getPropertyDefType()
void setPropertyDefType(int propertydefType)
propertydefType
- the type to set