com.buildforge.services.client.dbo
Class ManifestProperty

java.lang.Object
  extended by com.buildforge.services.client.dbo.ManifestProperty

public class ManifestProperty
extends java.lang.Object

This class represents a categorized name/value pair. The ManifestProperty is a child object of the Manifest.


Field Summary
static java.lang.Class<ManifestProperty> CLASS
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 ManifestPropertyDBO.Category getPropertyCategory()
          The category of this manifest property.
 java.lang.String getPropertyName()
          The name of this manifest property.
 java.lang.String getPropertyValue()
          The value of this manifest property.
 java.lang.String getServerName()
          The name of the server for which this manifest was generated.
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

public static final java.lang.Class<ManifestProperty> CLASS
Method Detail

equals

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

getServerName

public java.lang.String getServerName()
The name of the server for which this manifest was generated.

See Also:
Server.getName()

getPropertyName

public java.lang.String getPropertyName()
The name of this manifest property.


getPropertyValue

public java.lang.String getPropertyValue()
The value of this manifest property.


getPropertyCategory

public ManifestPropertyDBO.Category getPropertyCategory()
The category of this manifest property.