org.evolvis
Class FRSRelease

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

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

See Also:
Serialized Form

Constructor Summary
FRSRelease()
           
FRSRelease(int release_id, java.lang.String name, java.lang.String notes, java.lang.String changes, java.lang.String status_id, int release_date)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getChanges()
          Gets the changes value for this FRSRelease.
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.String getName()
          Gets the name value for this FRSRelease.
 java.lang.String getNotes()
          Gets the notes value for this FRSRelease.
 int getRelease_date()
          Gets the release_date value for this FRSRelease.
 int getRelease_id()
          Gets the release_id value for this FRSRelease.
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 FRSRelease.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setChanges(java.lang.String changes)
          Sets the changes value for this FRSRelease.
 void setName(java.lang.String name)
          Sets the name value for this FRSRelease.
 void setNotes(java.lang.String notes)
          Sets the notes value for this FRSRelease.
 void setRelease_date(int release_date)
          Sets the release_date value for this FRSRelease.
 void setRelease_id(int release_id)
          Sets the release_id value for this FRSRelease.
 void setStatus_id(java.lang.String status_id)
          Sets the status_id value for this FRSRelease.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FRSRelease

public FRSRelease()

FRSRelease

public FRSRelease(int release_id,
                  java.lang.String name,
                  java.lang.String notes,
                  java.lang.String changes,
                  java.lang.String status_id,
                  int release_date)
Method Detail

getRelease_id

public int getRelease_id()
Gets the release_id value for this FRSRelease.

Returns:
release_id

setRelease_id

public void setRelease_id(int release_id)
Sets the release_id value for this FRSRelease.

Parameters:
release_id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getNotes

public java.lang.String getNotes()
Gets the notes value for this FRSRelease.

Returns:
notes

setNotes

public void setNotes(java.lang.String notes)
Sets the notes value for this FRSRelease.

Parameters:
notes -

getChanges

public java.lang.String getChanges()
Gets the changes value for this FRSRelease.

Returns:
changes

setChanges

public void setChanges(java.lang.String changes)
Sets the changes value for this FRSRelease.

Parameters:
changes -

getStatus_id

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

Returns:
status_id

setStatus_id

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

Parameters:
status_id -

getRelease_date

public int getRelease_date()
Gets the release_date value for this FRSRelease.

Returns:
release_date

setRelease_date

public void setRelease_date(int release_date)
Sets the release_date value for this FRSRelease.

Parameters:
release_date -

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.