com.borland.sctm.ws.planning.entities
Class Attribute

java.lang.Object
  extended by com.borland.sctm.ws.planning.entities.Attribute
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Attribute()
           
Attribute(boolean active, java.lang.String description, int id, java.lang.String name, AttributeOption[] options, java.lang.String type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this Attribute.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this Attribute.
 java.lang.String getName()
          Gets the name value for this Attribute.
 AttributeOption[] getOptions()
          Gets the options value for this Attribute.
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 getType()
          Gets the type value for this Attribute.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isActive()
          Gets the active value for this Attribute.
 void setActive(boolean active)
          Sets the active value for this Attribute.
 void setDescription(java.lang.String description)
          Sets the description value for this Attribute.
 void setId(int id)
          Sets the id value for this Attribute.
 void setName(java.lang.String name)
          Sets the name value for this Attribute.
 void setOptions(AttributeOption[] options)
          Sets the options value for this Attribute.
 void setType(java.lang.String type)
          Sets the type value for this Attribute.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()

Attribute

public Attribute(boolean active,
                 java.lang.String description,
                 int id,
                 java.lang.String name,
                 AttributeOption[] options,
                 java.lang.String type)
Method Detail

isActive

public boolean isActive()
Gets the active value for this Attribute.

Returns:
active

setActive

public void setActive(boolean active)
Sets the active value for this Attribute.

Parameters:
active -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getId

public int getId()
Gets the id value for this Attribute.

Returns:
id

setId

public void setId(int id)
Sets the id value for this Attribute.

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getOptions

public AttributeOption[] getOptions()
Gets the options value for this Attribute.

Returns:
options

setOptions

public void setOptions(AttributeOption[] options)
Sets the options value for this Attribute.

Parameters:
options -

getType

public java.lang.String getType()
Gets the type value for this Attribute.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this Attribute.

Parameters:
type -

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



Copyright © 2010. All Rights Reserved.