com.pmease.quickbuild.model
Class CloudProfile

java.lang.Object
  extended by com.pmease.quickbuild.model.AbstractEntity
      extended by com.pmease.quickbuild.model.CloudProfile
All Implemented Interfaces:
java.io.Serializable

@Entity
public class CloudProfile
extends AbstractEntity

See Also:
Serialized Form

Constructor Summary
CloudProfile()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getDescription()
           
 int getIdleTimeToTerminate()
           
 java.lang.String getName()
           
 NodeLauncher getNodeLauncher()
           
 VersionedDocument getNodeLauncherDOM()
           
 java.util.ArrayList<Property> getProfileAttributes()
           
 TestInfo getTestInfo()
           
 java.util.Collection<Token> getTokens()
           
 int hashCode()
           
 void setDescription(java.lang.String description)
           
 void setIdleTimeToTerminate(int idleTimeToTerminate)
           
 void setName(java.lang.String name)
           
 void setNodeLauncher(NodeLauncher nodeLauncher)
           
 void setNodeLauncherDOM(VersionedDocument nodeLauncherDOM)
           
 void setProfileAttributes(java.util.ArrayList<Property> profileAttributes)
           
 void setTestInfo(TestInfo testInfo)
           
 void setTokens(java.util.Collection<Token> tokens)
           
 
Methods inherited from class com.pmease.quickbuild.model.AbstractEntity
getId, isNew, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudProfile

public CloudProfile()
Method Detail

getName

@NotEmpty
public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getNodeLauncherDOM

public VersionedDocument getNodeLauncherDOM()

setNodeLauncherDOM

public void setNodeLauncherDOM(VersionedDocument nodeLauncherDOM)

getNodeLauncher

@NotNull
public NodeLauncher getNodeLauncher()

setNodeLauncher

public void setNodeLauncher(NodeLauncher nodeLauncher)

getTokens

public java.util.Collection<Token> getTokens()

setTokens

public void setTokens(java.util.Collection<Token> tokens)

getIdleTimeToTerminate

public int getIdleTimeToTerminate()

setIdleTimeToTerminate

public void setIdleTimeToTerminate(int idleTimeToTerminate)

getProfileAttributes

public java.util.ArrayList<Property> getProfileAttributes()

setProfileAttributes

public void setProfileAttributes(java.util.ArrayList<Property> profileAttributes)

getTestInfo

public TestInfo getTestInfo()

setTestInfo

public void setTestInfo(TestInfo testInfo)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class AbstractEntity

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractEntity


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.