fr.cnes.sitools.registry.model
Class AppRegistry

java.lang.Object
  extended by fr.cnes.sitools.registry.model.AppRegistry
All Implemented Interfaces:
IResource

public final class AppRegistry
extends java.lang.Object
implements IResource

Object container for resources. Resources can be applications or others.

Author:
jp.boignard (AKKA Technologies)

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

AppRegistry

public AppRegistry()
Method Detail

getId

public java.lang.String getId()
Gets the id value

Specified by:
getId in interface IResource
Returns:
the id

setId

public void setId(java.lang.String id)
Sets the value of id

Specified by:
setId in interface IResource
Parameters:
id - the id to set

getName

public java.lang.String getName()
Gets the name value

Specified by:
getName in interface IResource
Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getDescription

public java.lang.String getDescription()
Gets the description value

Specified by:
getDescription in interface IResource
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getLastUpdate

public java.lang.String getLastUpdate()
Gets the lastUpdate value

Returns:
the lastUpdate

setLastUpdate

public void setLastUpdate(java.lang.String lastUpdate)
Sets the value of lastUpdate

Parameters:
lastUpdate - the lastUpdate to set

getResources

public java.util.ArrayList<Resource> getResources()
Gets the resources value

Returns:
the resources

setResources

public void setResources(java.util.ArrayList<Resource> resources)
Sets the value of resources

Parameters:
resources - the resources to set


Copyright © 2010-2013 CNES. All Rights Reserved.