public interface I_CmsDAOUrlNameMappings
CmsResource| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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