
@Entity public class Organization extends AbstractTimestampEntity implements Serializable
| Constructor and Description |
|---|
Organization() |
Organization(int uid,
String name,
String regNo,
AddressPoint place) |
| Modifier and Type | Method and Description |
|---|---|
LegalForm |
getLegalForm() |
String |
getName() |
AddressPoint |
getPlace() |
String |
getRegNo() |
int |
getUid() |
void |
setLegalForm(LegalForm legalForm) |
void |
setName(String name) |
void |
setPlace(AddressPoint place) |
void |
setRegNo(String regNo) |
void |
setUid(int uid) |
getCreated, getUpdated, onCreate, onUpdate, setCreated, setUpdatedpublic Organization()
public Organization(int uid,
String name,
String regNo,
AddressPoint place)
public int getUid()
public void setUid(int uid)
uid - the uid to setpublic LegalForm getLegalForm()
public void setLegalForm(LegalForm legalForm)
legalForm - the legalForm to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getRegNo()
public void setRegNo(String regNo)
regNo - the regNo to setpublic AddressPoint getPlace()
public void setPlace(AddressPoint place)
place - the place to setCopyright © 2013. All Rights Reserved.