gov.nih.nci.cagrid.gts.bean
Class TrustLevel

java.lang.Object
  extended by gov.nih.nci.cagrid.gts.bean.TrustLevel
All Implemented Interfaces:
java.io.Serializable

public class TrustLevel
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TrustLevel()
           
TrustLevel(java.lang.String authorityGTS, java.lang.String description, java.lang.Boolean isAuthority, long lastUpdated, java.lang.String name, java.lang.String sourceGTS)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAuthorityGTS()
          Gets the authorityGTS value for this TrustLevel.
 java.lang.String getDescription()
          Gets the description value for this TrustLevel.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Boolean getIsAuthority()
          Gets the isAuthority value for this TrustLevel.
 long getLastUpdated()
          Gets the lastUpdated value for this TrustLevel.
 java.lang.String getName()
          Gets the name value for this TrustLevel.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSourceGTS()
          Gets the sourceGTS value for this TrustLevel.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAuthorityGTS(java.lang.String authorityGTS)
          Sets the authorityGTS value for this TrustLevel.
 void setDescription(java.lang.String description)
          Sets the description value for this TrustLevel.
 void setIsAuthority(java.lang.Boolean isAuthority)
          Sets the isAuthority value for this TrustLevel.
 void setLastUpdated(long lastUpdated)
          Sets the lastUpdated value for this TrustLevel.
 void setName(java.lang.String name)
          Sets the name value for this TrustLevel.
 void setSourceGTS(java.lang.String sourceGTS)
          Sets the sourceGTS value for this TrustLevel.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustLevel

public TrustLevel()

TrustLevel

public TrustLevel(java.lang.String authorityGTS,
                  java.lang.String description,
                  java.lang.Boolean isAuthority,
                  long lastUpdated,
                  java.lang.String name,
                  java.lang.String sourceGTS)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this TrustLevel.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this TrustLevel.

Parameters:
name -

getDescription

public java.lang.String getDescription()
Gets the description value for this TrustLevel.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this TrustLevel.

Parameters:
description -

getIsAuthority

public java.lang.Boolean getIsAuthority()
Gets the isAuthority value for this TrustLevel.

Returns:
isAuthority

setIsAuthority

public void setIsAuthority(java.lang.Boolean isAuthority)
Sets the isAuthority value for this TrustLevel.

Parameters:
isAuthority -

getAuthorityGTS

public java.lang.String getAuthorityGTS()
Gets the authorityGTS value for this TrustLevel.

Returns:
authorityGTS

setAuthorityGTS

public void setAuthorityGTS(java.lang.String authorityGTS)
Sets the authorityGTS value for this TrustLevel.

Parameters:
authorityGTS -

getSourceGTS

public java.lang.String getSourceGTS()
Gets the sourceGTS value for this TrustLevel.

Returns:
sourceGTS

setSourceGTS

public void setSourceGTS(java.lang.String sourceGTS)
Sets the sourceGTS value for this TrustLevel.

Parameters:
sourceGTS -

getLastUpdated

public long getLastUpdated()
Gets the lastUpdated value for this TrustLevel.

Returns:
lastUpdated

setLastUpdated

public void setLastUpdated(long lastUpdated)
Sets the lastUpdated value for this TrustLevel.

Parameters:
lastUpdated -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer