|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.jdbc.dataobjects.ResourceDO
public class ResourceDO
The data object maps with a resource
Constructor Summary | |
---|---|
ResourceDO()
|
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Method to get the author. |
int |
getContentID()
Method to get the content id. |
long |
getCreatedOn()
Method to get the time the resource created. |
java.lang.String |
getDescription()
Method to get the resource description. |
long |
getLastUpdatedOn()
Method to get the last updated time. |
java.lang.String |
getLastUpdater()
Method to get the last updated user of the resource. |
java.lang.String |
getMediaType()
Method to get the media type. |
java.lang.String |
getName()
Method to get the name of the resource. |
int |
getPathID()
Method to get the path id of the resource. |
long |
getVersion()
Method to get the version of the resource. |
void |
setAuthor(java.lang.String author)
Method to set the author. |
void |
setContentID(int contentID)
Method to set the content id. |
void |
setCreatedOn(long createdOn)
Method to set the time the resource created |
void |
setDescription(java.lang.String description)
Method to set the resource description. |
void |
setLastUpdatedOn(long lastUpdatedOn)
Method to set the last updated time. |
void |
setLastUpdater(java.lang.String lastUpdater)
Method to set the last updated user name of the resource. |
void |
setMediaType(java.lang.String mediaType)
Method to set the media type. |
void |
setName(java.lang.String name)
Method to set the name of the resource. |
void |
setPathID(int pathID)
Method to set the path id. |
void |
setVersion(long version)
Method to set the version of the resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceDO()
Method Detail |
---|
public int getPathID()
public void setPathID(int pathID)
pathID
- path id to be set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the resource.public long getVersion()
public void setVersion(long version)
version
- the version to be set.public java.lang.String getMediaType()
public void setMediaType(java.lang.String mediaType)
mediaType
- media type to be set.public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author
- the author to be set.public long getCreatedOn()
public void setCreatedOn(long createdOn)
createdOn
- the time to be set.public java.lang.String getLastUpdater()
public void setLastUpdater(java.lang.String lastUpdater)
lastUpdater
- the last updated user to be set.public long getLastUpdatedOn()
public void setLastUpdatedOn(long lastUpdatedOn)
lastUpdatedOn
- the last updated time to be set.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the resource description to be set.public int getContentID()
public void setContentID(int contentID)
contentID
- the content id to be set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |