org.opencms.db.jpa.persistence
Interface I_CmsDAOPropertyDef

All Known Implementing Classes:
CmsDAOOfflinePropertyDef, CmsDAOOnlinePropertyDef

public interface I_CmsDAOPropertyDef

This interface declares the getters and setters for the property definitions data access objects.

Since:
8.0.0
See Also:
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

getPropertyDefId

java.lang.String getPropertyDefId()
Returns the id of this property definition entry.

Returns:
the id

setPropertyDefId

void setPropertyDefId(java.lang.String propertydefId)
Sets the property definition id of this entry.

Parameters:
propertydefId - the id to set

getPropertyDefName

java.lang.String getPropertyDefName()
Returns the property definition name.

Returns:
the name

setPropertyDefName

void setPropertyDefName(java.lang.String propertydefName)
Sets the property definitions name.

Parameters:
propertydefName - the name to set

getPropertyDefType

int getPropertyDefType()
Returns the property definition type.

Returns:
the type

setPropertyDefType

void setPropertyDefType(int propertydefType)
Sets the property definition type.

Parameters:
propertydefType - the type to set