com.pmease.quickbuild.model
Class CloudProfile
java.lang.Object
com.pmease.quickbuild.model.AbstractEntity
com.pmease.quickbuild.model.CloudProfile
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class CloudProfile
- extends AbstractEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CloudProfile
public CloudProfile()
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.