org.figure8.join.businessobjects.commons
Class Target

java.lang.Object
  extended by org.figure8.join.core.EntityObject
      extended by org.figure8.join.businessobjects.commons.Target
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Target
extends EntityObject

This is an entity that helps defining a deployment target. Deployment targets may be used to specify the environment update process or to better categorize artifacts, documents, etc ...

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Constructor Summary
Target()
          Creates a new instance of Target
Target(java.lang.String name, java.lang.String description)
          Creates a new instance of Target with mandatory attributes
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class org.figure8.join.core.EntityObject
clone, equals, getId, hashCode, isTransient
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Target

public Target()
Creates a new instance of Target


Target

public Target(java.lang.String name,
              java.lang.String description)
Creates a new instance of Target with mandatory attributes

Parameters:
name - This target name
description - This target description
Method Detail

getName

public java.lang.String getName()
Returns:
The name of this deployment target

setName

public void setName(java.lang.String name)
Parameters:
name - The name of this target

getDescription

public java.lang.String getDescription()
Returns:

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description of this target


Copyright © 2005-2008 Join. All Rights Reserved.