All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sdi.wap.demo.field.Identifier

java.lang.Object
   |
   +----com.sdi.wap.Field
           |
           +----com.sdi.wap.demo.field.Identifier

public class Identifier
extends Field
implements Validatable
Implement an identifier as a string that uniquely identifies some resource (account, bank, many others). Trying to cut down on the use of anonymous string types. Not consolidated into most classes yet..


Variable Index

 o Null

Constructor Index

 o Identifier(String)
Identifier constructor comment.

Method Index

 o setValue(String)
Set the value of this type

Variables

 o Null
 public static final Identifier Null

Constructors

 o Identifier
 public Identifier(String value)
Identifier constructor comment.

Methods

 o setValue
 public boolean setValue(String v)
Set the value of this type

Overrides:
setValue in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index