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