public interface I_CmsDAOProperties
CmsProperty
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getPropertyDefId()
Returns the property definition id.
|
java.lang.String |
getPropertyId()
Returns the id of this property entry.
|
java.lang.String |
getPropertyMappingId()
Returns the mapping id of this property entry.
|
int |
getPropertyMappingType()
Returns the mapping type.
|
java.lang.String |
getPropertyValue()
Returns the value of this property entry.
|
void |
setPropertyDefId(java.lang.String propertydefId)
Sets the property definition id.
|
void |
setPropertyId(java.lang.String propertyId)
Sets the id of this property entry.
|
void |
setPropertyMappingId(java.lang.String propertyMappingId)
Sets the mapping id for this property entry.
|
void |
setPropertyMappingType(int propertyMappingType)
Sets the mapping type.
|
void |
setPropertyValue(java.lang.String propertyValue)
Sets the value for this property.
|
java.lang.String getPropertyId()
void setPropertyId(java.lang.String propertyId)
propertyId
- the id to setjava.lang.String getPropertyMappingId()
void setPropertyMappingId(java.lang.String propertyMappingId)
propertyMappingId
- the mapping id to setint getPropertyMappingType()
void setPropertyMappingType(int propertyMappingType)
propertyMappingType
- the mapping type to setjava.lang.String getPropertyValue()
void setPropertyValue(java.lang.String propertyValue)
propertyValue
- the value to setjava.lang.String getPropertyDefId()
void setPropertyDefId(java.lang.String propertydefId)
propertydefId
- the definition id to set