org.opencms.db.jpa.persistence
Interface I_CmsDAOProperties

All Known Implementing Classes:
CmsDAOOfflineProperties, CmsDAOOnlineProperties

public interface I_CmsDAOProperties

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

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

getPropertyId

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

Returns:
the id

setPropertyId

void setPropertyId(java.lang.String propertyId)
Sets the id of this property entry.

Parameters:
propertyId - the id to set

getPropertyMappingId

java.lang.String getPropertyMappingId()
Returns the mapping id of this property entry.

Returns:
the mapping id

setPropertyMappingId

void setPropertyMappingId(java.lang.String propertyMappingId)
Sets the mapping id for this property entry.

Parameters:
propertyMappingId - the mapping id to set

getPropertyMappingType

int getPropertyMappingType()
Returns the mapping type.

Returns:
the mapping type

setPropertyMappingType

void setPropertyMappingType(int propertyMappingType)
Sets the mapping type.

Parameters:
propertyMappingType - the mapping type to set

getPropertyValue

java.lang.String getPropertyValue()
Returns the value of this property entry.

Returns:
the value

setPropertyValue

void setPropertyValue(java.lang.String propertyValue)
Sets the value for this property.

Parameters:
propertyValue - the value to set

getPropertyDefId

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

Returns:
the definition id

setPropertyDefId

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

Parameters:
propertydefId - the definition id to set