|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.model.Resource
public class Resource
Base class for Resource. Resources are used in model objects to reference others objects of different domain.
Constructor Summary | |
---|---|
Resource()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Gets the author value. |
java.lang.String |
getAuthorized()
Gets the authorized value |
Category |
getCategory()
Gets the category value |
java.lang.String |
getDescription()
Gets the description value. |
java.lang.String |
getId()
Gets the id value. |
java.lang.String |
getLastUpdate()
Gets the lastUpdate value. |
java.lang.String |
getMediaType()
Gets the mediaType value. |
java.lang.String |
getName()
Gets the name value. |
java.lang.String |
getOwner()
Gets the owner value. |
java.util.ArrayList<Property> |
getProperties()
Gets the properties value |
Property |
getPropertyByName(java.lang.String name)
Get the property by name |
java.lang.String |
getStatus()
Gets the status value. |
java.lang.String |
getTooltip()
Gets the ToolTip value. |
java.lang.String |
getType()
Gets the type value. |
java.lang.String |
getUrl()
Gets the URL value. |
java.lang.String |
getUrn()
Gets the urn value. |
java.lang.Boolean |
getVisible()
Gets the visible value |
void |
setAuthor(java.lang.String aut)
Sets the value of author. |
void |
setAuthorized(java.lang.String authorized)
Sets the value of authorized |
void |
setCategory(Category category)
Sets the value of category |
void |
setDescription(java.lang.String desc)
Sets the value of description. |
void |
setId(java.lang.String idToSet)
Sets the value of id. |
void |
setLastUpdate(java.lang.String lastUpd)
Sets the value of lastUpdate. |
void |
setMediaType(java.lang.String mediat)
Sets the value of mediaType. |
void |
setName(java.lang.String nameToSet)
Sets the value of name. |
void |
setOwner(java.lang.String own)
Sets the value of owner. |
void |
setProperties(java.util.ArrayList<Property> properties)
Sets the value of properties |
void |
setStatus(java.lang.String stat)
Sets the value of status |
void |
setTooltip(java.lang.String toolt)
Sets the value of ToolTip. |
void |
setType(java.lang.String typeToSet)
Sets the value of type. |
void |
setUrl(java.lang.String urlToSet)
Sets the value of URL. |
void |
setUrn(java.lang.String urntoset)
Sets the value of urn. |
void |
setVisible(java.lang.Boolean visible)
Sets the value of visible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Resource()
Method Detail |
---|
public final java.lang.String getUrn()
public final void setUrn(java.lang.String urntoset)
urntoset
- the urn to setpublic final java.lang.String getId()
getId
in interface IResource
public final void setId(java.lang.String idToSet)
setId
in interface IResource
idToSet
- the id to setpublic final java.lang.String getName()
getName
in interface IResource
public final void setName(java.lang.String nameToSet)
nameToSet
- the name to setpublic final java.lang.String getDescription()
getDescription
in interface IResource
public final void setDescription(java.lang.String desc)
desc
- the description to setpublic final java.lang.String getType()
public final void setType(java.lang.String typeToSet)
typeToSet
- the type to setpublic final java.lang.String getTooltip()
public final void setTooltip(java.lang.String toolt)
toolt
- the ToolTip to setpublic final java.lang.String getUrl()
public final void setUrl(java.lang.String urlToSet)
urlToSet
- the URL to setpublic final java.lang.String getMediaType()
public final void setMediaType(java.lang.String mediat)
mediat
- the mediaType to setpublic final java.lang.String getLastUpdate()
public final void setLastUpdate(java.lang.String lastUpd)
lastUpd
- the lastUpdate to setpublic final java.lang.String getAuthor()
public final void setAuthor(java.lang.String aut)
aut
- the author to setpublic final java.lang.String getOwner()
public final void setOwner(java.lang.String own)
own
- the owner to setpublic final java.lang.String getStatus()
public final void setStatus(java.lang.String stat)
stat
- the status to setpublic final Category getCategory()
public final void setCategory(Category category)
category
- the category to setpublic final java.lang.String getAuthorized()
public final void setAuthorized(java.lang.String authorized)
authorized
- the authorized to setpublic final java.lang.Boolean getVisible()
public final void setVisible(java.lang.Boolean visible)
visible
- the visible to setpublic final java.util.ArrayList<Property> getProperties()
public final void setProperties(java.util.ArrayList<Property> properties)
properties
- the properties to setpublic final Property getPropertyByName(java.lang.String name)
name
- name of the property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |