org.cougaar.tutorial.booksonline.assets
Interface WareHouseDescriptionPG

All Superinterfaces:
java.lang.Cloneable, org.cougaar.planning.ldm.dq.HasDataQuality, org.cougaar.planning.ldm.asset.PropertyGroup, java.io.Serializable
All Known Subinterfaces:
NewWareHouseDescriptionPG
All Known Implementing Classes:
WareHouseDescriptionPG.Future, WareHouseDescriptionPG.Null_WareHouseDescriptionPG, WareHouseDescriptionPGImpl

public interface WareHouseDescriptionPG
extends org.cougaar.planning.ldm.asset.PropertyGroup, org.cougaar.planning.ldm.dq.HasDataQuality


Nested Class Summary
static class WareHouseDescriptionPG.Future
          Future PG implementation for WareHouseDescriptionPG
static class WareHouseDescriptionPG.Null_WareHouseDescriptionPG
          Null_PG implementation for WareHouseDescriptionPG
 
Field Summary
static java.lang.String assetGetter
           
static java.lang.String assetSetter
           
static java.lang.Class factoryClass
          the factory class
static java.lang.String factoryMethod
          the method of factoryClass that creates this type
static java.lang.String mutableClass
          the (mutable) class type returned by factoryMethod
static WareHouseDescriptionPG nullPG
          The Null instance for indicating that the PG definitely has no value
static java.lang.Class primaryClass
          the (immutable) class type returned by domain factory
 
Method Summary
 java.lang.String getAddress1()
           
 java.lang.String getAddress2()
           
 java.lang.String getCcExpDate()
           
 long getCcNumber()
           
 java.lang.String getCity()
           
 java.lang.String getName()
           
 java.lang.String getState()
           
 java.lang.String getZipCode()
           
 
Methods inherited from interface org.cougaar.planning.ldm.asset.PropertyGroup
clone, copy, getAssetGetMethod, getAssetSetMethod, getPrimaryClass, hasDataQuality, lock, lock, unlock
 
Methods inherited from interface org.cougaar.planning.ldm.dq.HasDataQuality
getDataQuality
 

Field Detail

factoryMethod

public static final java.lang.String factoryMethod
the method of factoryClass that creates this type

See Also:
Constant Field Values

mutableClass

public static final java.lang.String mutableClass
the (mutable) class type returned by factoryMethod

See Also:
Constant Field Values

factoryClass

public static final java.lang.Class factoryClass
the factory class


primaryClass

public static final java.lang.Class primaryClass
the (immutable) class type returned by domain factory


assetSetter

public static final java.lang.String assetSetter
See Also:
Constant Field Values

assetGetter

public static final java.lang.String assetGetter
See Also:
Constant Field Values

nullPG

public static final WareHouseDescriptionPG nullPG
The Null instance for indicating that the PG definitely has no value

Method Detail

getName

public java.lang.String getName()

getAddress1

public java.lang.String getAddress1()

getAddress2

public java.lang.String getAddress2()

getCity

public java.lang.String getCity()

getState

public java.lang.String getState()

getZipCode

public java.lang.String getZipCode()

getCcExpDate

public java.lang.String getCcExpDate()

getCcNumber

public long getCcNumber()