net.ezcontent.impl.eos
Class Status

java.lang.Object
  extended bynet.ezcontent.impl.eos.base.BaseStatus
      extended bynet.ezcontent.impl.eos.Status
All Implemented Interfaces:
Serializable, Status

public class Status
extends BaseStatus
implements Status

This is the object class that relates to the Status table. Any customizations belong here. Implementa Status

See Also:
Status, Serialized Form

Field Summary
 
Fields inherited from class net.ezcontent.impl.eos.base.BaseStatus
 
Constructor Summary
Status()
           
Status(int statId)
          Constructor for primary key
Status(int statId, int priority, String name, String type)
          Constructor for required fields
 
Method Summary
 String toString()
           
 
Methods inherited from class net.ezcontent.impl.eos.base.BaseStatus
equals, getName, getPriority, getStatId, getType, hashCode, setName, setPriority, setStatId, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.ezcontent.records.Status
getName, getPriority, getType, setName, setPriority, setType
 

Constructor Detail

Status

public Status()

Status

public Status(int statId)
Constructor for primary key


Status

public Status(int statId,
              int priority,
              String name,
              String type)
Constructor for required fields

Method Detail

toString

public String toString()