|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IName
This interface must be implemented by a name object, which should be used in the framework.
| Method Summary | |
|---|---|
String |
getAdditional()
Gets the additional information of the name object |
String |
getFirstname()
Gets the firstname value of the name object |
String |
getFullname()
Gets the fullname value of the name object |
String |
getLastname()
Gets the lastname value of the name object |
void |
setAdditional(String additional)
Sets the additional information of the name object |
void |
setFirstname(String firstname)
Sets the firstname of the name object |
void |
setLastname(String lastname)
Sets the lastname of the name object |
| Method Detail |
|---|
String getFirstname()
String getLastname()
String getAdditional()
String getFullname()
void setFirstname(String firstname)
firstname - firstname to be set.void setLastname(String lastname)
lastname - lastname to be set.void setAdditional(String additional)
additional - additional information to be set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||