|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.registry.model.AppRegistry
public final class AppRegistry
Object container for resources. Resources can be applications or others.
Constructor Summary | |
---|---|
AppRegistry()
|
Method Summary | |
---|---|
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 |
getName()
Gets the name value |
java.util.ArrayList<Resource> |
getResources()
Gets the resources value |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setLastUpdate(java.lang.String lastUpdate)
Sets the value of lastUpdate |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setResources(java.util.ArrayList<Resource> resources)
Sets the value of resources |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppRegistry()
Method Detail |
---|
public java.lang.String getId()
getId
in interface IResource
public void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic java.lang.String getName()
getName
in interface IResource
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getLastUpdate()
public void setLastUpdate(java.lang.String lastUpdate)
lastUpdate
- the lastUpdate to setpublic java.util.ArrayList<Resource> getResources()
public void setResources(java.util.ArrayList<Resource> resources)
resources
- the resources to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |