|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsDAOStructure
This interface declares the getters and setters for the structure data access objects.
CmsResource| Method Summary | |
|---|---|
long |
getDateExpired()
Returns the date expired. |
long |
getDateReleased()
Returns the date released. |
java.lang.String |
getParentId()
Returns the parent id. |
java.lang.String |
getResourceId()
Returns the resource id. |
java.lang.String |
getResourcePath()
Returns the resource path. |
java.lang.String |
getStructureId()
Returns the structure id. |
int |
getStructureState()
Returns the structure state. |
int |
getStructureVersion()
Returns the structure version. |
void |
setDateExpired(long dateExpired)
Sets the date expired. |
void |
setDateReleased(long dateReleased)
Sets the date released. |
void |
setParentId(java.lang.String parentId)
Sets the parent id. |
void |
setResourceId(java.lang.String resourceId)
Sets the resource id. |
void |
setResourcePath(java.lang.String resourcePath)
Sets the resource path. |
void |
setStructureId(java.lang.String structureId)
Sets the structure id. |
void |
setStructureState(int structureState)
Sets the structure state. |
void |
setStructureVersion(int structureVersion)
Sets the structure version. |
| Method Detail |
|---|
long getDateExpired()
long getDateReleased()
java.lang.String getParentId()
java.lang.String getResourceId()
java.lang.String getResourcePath()
java.lang.String getStructureId()
int getStructureState()
int getStructureVersion()
void setDateExpired(long dateExpired)
dateExpired - the date to setvoid setDateReleased(long dateReleased)
dateReleased - the date to setvoid setParentId(java.lang.String parentId)
parentId - the id to setvoid setResourceId(java.lang.String resourceId)
resourceId - the id to setvoid setResourcePath(java.lang.String resourcePath)
resourcePath - the path to setvoid setStructureId(java.lang.String structureId)
structureId - the id to setvoid setStructureState(int structureState)
structureState - the state to setvoid setStructureVersion(int structureVersion)
structureVersion - the version to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||