org.portico.shared.model
Class PCMetadata
java.lang.Object
org.portico.shared.model.PCMetadata
- All Implemented Interfaces:
- Serializable
public class PCMetadata
- extends Object
- implements Serializable
This class contains metadata for a FOM parameter class
- See Also:
- Serialized Form
|
Constructor Summary |
PCMetadata(String name,
int handle)
NOTE: This constructor should generally not be used. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
name
private String name
handle
private int handle
container
private ICMetadata container
PCMetadata
public PCMetadata(String name,
int handle)
- NOTE: This constructor should generally not be used. If you want an instance of this
class you should use the creation methods of
ObjectModel.
getName
public String getName()
getHandle
public int getHandle()
getContainer
public ICMetadata getContainer()
setContainer
public void setContainer(ICMetadata container)