|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ohrasys.cad.gds.dao.Property
public class Property
A property data access object
| Constructor Summary | |
|---|---|
Property()
Creates a new instance of Property |
|
Property(int number,
java.lang.String value)
Creates a new Property object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getInfo()
Returns a textual representation of the property |
int |
getNumber()
Getter for property number. |
java.lang.String |
getValue()
Getter for property value. |
void |
setNumber(int number)
Setter for property number. |
void |
setValue(java.lang.String value)
Setter for property value. |
java.lang.String |
toString()
Returns a string representation of the property |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Property()
public Property(int number,
java.lang.String value)
number - The property numbervalue - The value of the property| Method Detail |
|---|
public java.lang.String getInfo()
getInfo in interface InfoProviderpublic int getNumber()
public java.lang.String getValue()
public void setNumber(int number)
number - New value of property number.public void setValue(java.lang.String value)
value - New value of property value.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 | |||||||||