se.cambio.cds.model.facade.execution.vo
Class ContainerInstance

Package class diagram package ContainerInstance
java.lang.Object
  extended by se.cambio.cds.model.facade.execution.vo.ContainerInstance
All Implemented Interfaces:
Serializable

public class ContainerInstance
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ContainerInstance(String id, ContainerInstance parentContainerInstance)
           
 
Method Summary
 ContainerInstance clone()
           
 boolean containsOrContainedIn(ContainerInstance containerInstance)
           
 String getId()
           
 ContainerInstance getParentContainerInstance()
           
 void setId(String id)
           
 void setParentContainerInstance(ContainerInstance parentContainerInstance)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerInstance

public ContainerInstance(String id,
                         ContainerInstance parentContainerInstance)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getParentContainerInstance

public ContainerInstance getParentContainerInstance()

setParentContainerInstance

public void setParentContainerInstance(ContainerInstance parentContainerInstance)

clone

public ContainerInstance clone()
Overrides:
clone in class Object

containsOrContainedIn

public boolean containsOrContainedIn(ContainerInstance containerInstance)


Copyright © 2013 Cambio. All Rights Reserved.