|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsDAOUrlNameMappings
This interface declares the getters and setters for the URL mapping data access objects.
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 |
|---|
long getDateChanged()
void setDateChanged(long dateChanged)
dateChanged - the date to setjava.lang.String getName()
void setName(java.lang.String name)
name - the name to setint getState()
void setLocale(java.lang.String locale)
locale - the locale to setjava.lang.String getLocale()
void setState(int state)
state - the state to setjava.lang.String getStructureId()
void setStructureId(java.lang.String structureId)
structureId - the id to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||