public class XmlPerson extends Object implements Person, Serializable
Person for XML serialization.| Constructor and Description |
|---|
XmlPerson() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDifference() |
int |
getId()
Get the ID of the data object.
|
String |
getName()
Get the name of the person.
|
Long |
getPaid() |
Long |
getShare() |
void |
setDifference(Long difference) |
void |
setId(int id) |
void |
setName(String name) |
void |
setPaid(Long paid) |
void |
setShare(Long share) |
public int getId()
BaseDatapublic String getName()
Person@CalculatedValue public Long getPaid()
@CalculatedValue public Long getShare()
@CalculatedValue public Long getDifference()
public void setId(int id)
public void setName(String name)
public void setPaid(Long paid)
public void setShare(Long share)
public void setDifference(Long difference)
Copyright © 2015 illucIT Software GmbH. All rights reserved.