public class ResourceDO extends Object
Constructor and Description |
---|
ResourceDO() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2016 WSO2 Inc. All Rights Reserved.