org.opencms.db.jpa.persistence
Interface I_CmsDAOUrlNameMappings

All Known Implementing Classes:
CmsDAOOfflineUrlNameMappings, CmsDAOOnlineUrlNameMappings

public interface I_CmsDAOUrlNameMappings

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

Since:
8.0.0
See Also:
CmsResource

Method Summary
 long getDateChanged()
          Returns the date changed.
 java.lang.String getLocale()
          Returns the locale.
 java.lang.String getName()
          Returns the name.
 int getState()
          Returns the state.
 java.lang.String getStructureId()
          Returns the structure id.
 void setDateChanged(long dateChanged)
          Sets the date changed.
 void setLocale(java.lang.String locale)
          Sets the locale.
 void setName(java.lang.String name)
          Sets the name.
 void setState(int state)
          Sets the state.
 void setStructureId(java.lang.String structureId)
          Sets the structure id.
 

Method Detail

getDateChanged

long getDateChanged()
Returns the date changed.

Returns:
the changed date

setDateChanged

void setDateChanged(long dateChanged)
Sets the date changed.

Parameters:
dateChanged - the date to set

getName

java.lang.String getName()
Returns the name.

Returns:
the name

setName

void setName(java.lang.String name)
Sets the name.

Parameters:
name - the name to set

getState

int getState()
Returns the state.

Returns:
the state

setLocale

void setLocale(java.lang.String locale)
Sets the locale.

Parameters:
locale - the locale to set

getLocale

java.lang.String getLocale()
Returns the locale.

Returns:
the locale

setState

void setState(int state)
Sets the state.

Parameters:
state - the state to set

getStructureId

java.lang.String getStructureId()
Returns the structure id.

Returns:
the structure id

setStructureId

void setStructureId(java.lang.String structureId)
Sets the structure id.

Parameters:
structureId - the id to set