|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsDAOProperties
This interface declares the getters and setters for the properties data access objects.
CmsProperty| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||