org.promotego.beans
Class LocationType

java.lang.Object
  extended by org.promotego.beans.BeanSupport<LocationType>
      extended by org.promotego.beans.LocationType
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<LocationType>

public class LocationType
extends BeanSupport<LocationType>
implements java.lang.Comparable<LocationType>


Constructor Summary
LocationType()
           
 
Method Summary
 int compareTo(LocationType o)
           
static java.util.Set<LocationType> getInitialLocations()
           
 java.lang.String getName()
           
 int getOrdinal()
           
 void setName(java.lang.String name)
           
 void setOrdinal(int ordinal)
           
 
Methods inherited from class org.promotego.beans.BeanSupport
clone, equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationType

public LocationType()
Method Detail

getInitialLocations

public static java.util.Set<LocationType> getInitialLocations()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getOrdinal

public int getOrdinal()

setOrdinal

public void setOrdinal(int ordinal)

compareTo

public int compareTo(LocationType o)
Specified by:
compareTo in interface java.lang.Comparable<LocationType>


Copyright © 2007. All Rights Reserved.