|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ohrasys.cad.gds.dao.Format
public class Format
A format data access object
| Constructor Summary | |
|---|---|
Format()
Creates a new Format object. |
|
Format(int type)
Creates a new Format object. |
|
Format(int type,
java.lang.String[] masks)
Creates a new Format object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getInfo()
Returns a textual representation of the database |
java.lang.String[] |
getMasks()
Getter for property masks. |
int |
getType()
Getter for property type. |
void |
setMasks(java.lang.String[] masks)
Setter for property masks. |
void |
setType(int type)
Setter for property type. |
java.lang.String |
toString()
Returns a string representation of the format object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Format()
public Format(int type)
type - The format of the database
public Format(int type,
java.lang.String[] masks)
type - The format of the databasemasks - The masks associated with this database| Method Detail |
|---|
public java.lang.String getInfo()
getInfo in interface InfoProviderpublic java.lang.String[] getMasks()
public int getType()
public void setMasks(java.lang.String[] masks)
masks - New value of property masks.public void setType(int type)
type - New value of property type.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||