|
||||||||||
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 | |
---|---|
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. |
String |
getDescription()
Method to get the resource description. |
long |
getLastUpdatedOn()
Method to get the last updated time. |
String |
getLastUpdater()
Method to get the last updated user of the resource. |
String |
getMediaType()
Method to get the media type. |
String |
getName()
Method to get the name of the resource. |
int |
getPathID()
Method to get the path id of the resource. |
String |
getUUID()
Method to get the UUID. |
long |
getVersion()
Method to get the version of the resource. |
void |
setAuthor(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(String description)
Method to set the resource description. |
void |
setLastUpdatedOn(long lastUpdatedOn)
Method to set the last updated time. |
void |
setLastUpdater(String lastUpdater)
Method to set the last updated user name of the resource. |
void |
setMediaType(String mediaType)
Method to set the media type. |
void |
setName(String name)
Method to set the name of the resource. |
void |
setPathID(int pathID)
Method to set the path id. |
void |
setUUID(String uuid)
Method to set the UUID |
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 String getName()
public void setName(String name)
name
- the name of the resource.public long getVersion()
public void setVersion(long version)
version
- the version to be set.public String getMediaType()
public void setMediaType(String mediaType)
mediaType
- media type to be set.public String getAuthor()
public void setAuthor(String author)
author
- the author to be set.public long getCreatedOn()
public void setCreatedOn(long createdOn)
createdOn
- the time to be set.public String getLastUpdater()
public void setLastUpdater(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 String getDescription()
public void setDescription(String description)
description
- the resource description to be set.public int getContentID()
public void setContentID(int contentID)
contentID
- the content id to be set.public void setUUID(String uuid)
uuid
- the UUID to be set.public String getUUID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |