org.evolvis
Class FRSPackage

java.lang.Object
  extended by org.evolvis.FRSPackage
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
FRSPackage()
           
FRSPackage(int package_id, java.lang.String name, java.lang.String status_id, int is_public)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getIs_public()
          Gets the is_public value for this FRSPackage.
 java.lang.String getName()
          Gets the name value for this FRSPackage.
 int getPackage_id()
          Gets the package_id value for this FRSPackage.
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 getStatus_id()
          Gets the status_id value for this FRSPackage.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setIs_public(int is_public)
          Sets the is_public value for this FRSPackage.
 void setName(java.lang.String name)
          Sets the name value for this FRSPackage.
 void setPackage_id(int package_id)
          Sets the package_id value for this FRSPackage.
 void setStatus_id(java.lang.String status_id)
          Sets the status_id value for this FRSPackage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FRSPackage

public FRSPackage()

FRSPackage

public FRSPackage(int package_id,
                  java.lang.String name,
                  java.lang.String status_id,
                  int is_public)
Method Detail

getPackage_id

public int getPackage_id()
Gets the package_id value for this FRSPackage.

Returns:
package_id

setPackage_id

public void setPackage_id(int package_id)
Sets the package_id value for this FRSPackage.

Parameters:
package_id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getStatus_id

public java.lang.String getStatus_id()
Gets the status_id value for this FRSPackage.

Returns:
status_id

setStatus_id

public void setStatus_id(java.lang.String status_id)
Sets the status_id value for this FRSPackage.

Parameters:
status_id -

getIs_public

public int getIs_public()
Gets the is_public value for this FRSPackage.

Returns:
is_public

setIs_public

public void setIs_public(int is_public)
Sets the is_public value for this FRSPackage.

Parameters:
is_public -

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 © 2007. All Rights Reserved.