|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.test.pojo.ClassWithNoIdAndPublicMembers
public class ClassWithNoIdAndPublicMembers
A dog.
Field Summary | |
---|---|
long |
aLong
long. |
Long |
aLongObject
A Long. |
ClassWithNoIdAndPrivateMembers |
classWithNoIdAndPrivateMembers
The classWithNoIdAndPrivateMembers. |
double |
d
|
Date |
dateOfBirth
dob. |
Double |
dd
|
boolean |
hungry
Am I hungry: yes. |
int |
legs
Number of legs. |
String |
name
The name. |
BigDecimal |
price
Value. |
Boolean |
reallyHungry
Am I really hungry: yes. |
Integer |
tail
Number of tails. |
Timestamp |
timeOfBirth
A Long. |
Constructor Summary | |
---|---|
ClassWithNoIdAndPublicMembers()
|
|
ClassWithNoIdAndPublicMembers(String name)
|
Method Summary | |
---|---|
long |
getALong()
|
Long |
getALongObject()
|
ClassWithNoIdAndPrivateMembers |
getClassWithNoIdAndPrivateMembers()
|
double |
getD()
|
Date |
getDateOfBirth()
|
Double |
getDd()
|
int |
getLegs()
|
String |
getName()
|
BigDecimal |
getPrice()
|
Boolean |
getReallyHungry()
|
Integer |
getTail()
|
String |
getThoughts()
|
Timestamp |
getTimeOfBirth()
|
boolean |
isHungry()
|
void |
setALong(long long1)
|
void |
setALongObject(Long longObject)
|
void |
setClassWithNoIdAndPrivateMembers(ClassWithNoIdAndPrivateMembers classWithNoIdAndPrivateMembers)
|
void |
setD(double d)
|
void |
setD(Double d)
|
void |
setDateOfBirth(Date dateOfBirth)
|
void |
setDd(Double dd)
|
void |
setHungry(boolean hungry)
|
void |
setLegs(int legs)
|
void |
setName(String name)
|
void |
setPrice(BigDecimal price)
|
void |
setReallyHungry(Boolean reallyHungry)
|
void |
setTail(Integer tail)
|
void |
setThoughts(String thoughts)
|
void |
setTimeOfBirth(Timestamp timeOfBirth)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String name
public ClassWithNoIdAndPrivateMembers classWithNoIdAndPrivateMembers
public boolean hungry
public Boolean reallyHungry
public int legs
public Integer tail
public long aLong
public Long aLongObject
public double d
public Double dd
public BigDecimal price
public Date dateOfBirth
public Timestamp timeOfBirth
Constructor Detail |
---|
public ClassWithNoIdAndPublicMembers()
public ClassWithNoIdAndPublicMembers(String name)
name
- Method Detail |
---|
public String getThoughts()
public long getALong()
public void setALong(long long1)
long1
- the aLong to setpublic Long getALongObject()
public void setALongObject(Long longObject)
longObject
- the aLongObject to setpublic ClassWithNoIdAndPrivateMembers getClassWithNoIdAndPrivateMembers()
public void setClassWithNoIdAndPrivateMembers(ClassWithNoIdAndPrivateMembers classWithNoIdAndPrivateMembers)
classWithNoIdAndPrivateMembers
- the classWithNoIdAndPrivateMembers to setpublic double getD()
public void setD(double d)
d
- the d to setpublic void setD(Double d)
d
- the d to setpublic Date getDateOfBirth()
public void setDateOfBirth(Date dateOfBirth)
dateOfBirth
- the dateOfBirth to setpublic Double getDd()
public void setDd(Double dd)
dd
- the dd to setpublic boolean isHungry()
public void setHungry(boolean hungry)
hungry
- the hungry to setpublic int getLegs()
public void setLegs(int legs)
legs
- the legs to setpublic String getName()
public void setName(String name)
name
- the name to setpublic BigDecimal getPrice()
public void setPrice(BigDecimal price)
price
- the price to setpublic Boolean getReallyHungry()
public void setReallyHungry(Boolean reallyHungry)
reallyHungry
- the reallyHungry to setpublic Integer getTail()
public void setTail(Integer tail)
tail
- the tail to setpublic Timestamp getTimeOfBirth()
public void setTimeOfBirth(Timestamp timeOfBirth)
timeOfBirth
- the timeOfBirth to setpublic void setThoughts(String thoughts)
thoughts
- the thoughts to set
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |