All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.DefaultKeyImpl

java.lang.Object
   |
   +----org.dorm4.fls.DefaultKeyImpl

public class DefaultKeyImpl
extends Object
implements IKey, ILibraryConstants

Variable Index

 o m_bookDesignator
 o m_borrowerDesignator
 o m_requiredLength

Constructor Index

 o DefaultKeyImpl()

Method Index

 o addBookDesignator(String)
 o addBorrowerDesignator(String)
 o getIntId(String)
Gets the integer portion of the id
 o getLibrary(String)
Gets the library identifier of the id or null if it's unrecognizable
 o getType(String)
Gets the type of the id or null if it's unrecognizable
 o removeBookDesignator(String)
 o removeBorrowerDesignator(String)
 o setRequiredLength(int)

Variables

 o m_bookDesignator
 protected Vector m_bookDesignator
 o m_borrowerDesignator
 protected Vector m_borrowerDesignator
 o m_requiredLength
 protected int m_requiredLength

Constructors

 o DefaultKeyImpl
 public DefaultKeyImpl()

Methods

 o addBookDesignator
 public void addBookDesignator(String des)
 o addBorrowerDesignator
 public void addBorrowerDesignator(String des)
 o removeBookDesignator
 public void removeBookDesignator(String des)
 o removeBorrowerDesignator
 public void removeBorrowerDesignator(String des)
 o setRequiredLength
 public void setRequiredLength(int length)
 o getType
 public StdLibraryObject getType(String id)
Gets the type of the id or null if it's unrecognizable

 o getLibrary
 public String getLibrary(String id)
Gets the library identifier of the id or null if it's unrecognizable

 o getIntId
 public int getIntId(String id)
Gets the integer portion of the id


All Packages  Class Hierarchy  This Package  Previous  Next  Index