net.sf.dexterim.core
Class DefaultStatusModel

java.lang.Object
  extended bynet.sf.dexterim.core.DefaultStatusModel
All Implemented Interfaces:
StatusModel
Direct Known Subclasses:
MsnStatusModel

public abstract class DefaultStatusModel
extends java.lang.Object
implements StatusModel

Author:
Christoph Walcher

Constructor Summary
DefaultStatusModel()
          Constructor for the DefaultStatusModel object
 
Method Summary
protected abstract  java.util.List createStatusList()
           
 Status getStatus(java.lang.Object code)
          Gets the status attribute of the DefaultStatusModel object
 java.util.List listStatus()
          Gets an unmodifiable Lists of Status objects
 java.util.List listStatusCodes()
          Gets an unmodifiable Lists of Status codes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStatusModel

public DefaultStatusModel()
Constructor for the DefaultStatusModel object

Method Detail

getStatus

public Status getStatus(java.lang.Object code)
Gets the status attribute of the DefaultStatusModel object

Specified by:
getStatus in interface StatusModel
Parameters:
code - Description of the Parameter
Returns:
The status value

listStatus

public java.util.List listStatus()
Description copied from interface: StatusModel
Gets an unmodifiable Lists of Status objects

Specified by:
listStatus in interface StatusModel
Returns:
Description of the Return Value

listStatusCodes

public java.util.List listStatusCodes()
Description copied from interface: StatusModel
Gets an unmodifiable Lists of Status codes

Specified by:
listStatusCodes in interface StatusModel
Returns:
Description of the Return Value

createStatusList

protected abstract java.util.List createStatusList()


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.