org.objectweb.jac.ide
Class Group

java.lang.Object
  |
  +--org.objectweb.jac.ide.ModelElement
        |
        +--org.objectweb.jac.ide.Group

public class Group
extends ModelElement


Constructor Summary
Group()
           
 
Method Summary
 String getClassPCD()
          Get the value of classPCD.
 Package getContainer()
          Get the value of container.
 String getObjectPCD()
          Get the value of objectPCD.
 void setClassPCD(String v)
          Set the value of classPCD.
 void setContainer(Package v)
          Set the value of container.
 void setObjectPCD(String v)
          Set the value of objectPCD.
 
Methods inherited from class org.objectweb.jac.ide.ModelElement
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getFullName, getGenerationFullName, getGenerationName, getLinks, getName, getType, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()
Method Detail

getObjectPCD

public String getObjectPCD()
Get the value of objectPCD.

Returns:
value of objectPCD.

setObjectPCD

public void setObjectPCD(String v)
Set the value of objectPCD.

Parameters:
v - Value to assign to objectPCD.

getClassPCD

public String getClassPCD()
Get the value of classPCD.

Returns:
value of classPCD.

setClassPCD

public void setClassPCD(String v)
Set the value of classPCD.

Parameters:
v - Value to assign to classPCD.

getContainer

public Package getContainer()
Get the value of container.

Returns:
value of container.

setContainer

public void setContainer(Package v)
Set the value of container.

Parameters:
v - Value to assign to container.