|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object base.user.jcard.Property base.user.jcard.Birthdate
public class Birthdate
Field Summary |
---|
Fields inherited from class base.user.jcard.Property |
---|
CRLF, PROPERTY_NAME |
Constructor Summary | |
---|---|
Birthdate()
|
Method Summary | |
---|---|
void |
doValidate()
|
void |
setBirthdate(int yyyy,
int mm,
int dd)
Sets the birthdate of the contact. |
protected void |
setPropertyName()
Ensures that property name is set in subclass. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Birthdate()
Method Detail |
---|
public void setBirthdate(int yyyy, int mm, int dd)
yyyy
- 4 digit yearmm
- 2 digit monthdd
- 2 digit day8601 date encoding standard
protected void setPropertyName()
Property
setPropertyName
in class Property
public void doValidate() throws JCardException
doValidate
in class Property
JCardException
public java.lang.String toString()
toString
in class Property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |