@Entity(name="Label") public class AddressLabelEntity extends Object implements Serializable
| Constructor and Description |
|---|
AddressLabelEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
Long |
getId() |
Long |
getIdentityId() |
String |
getLabel() |
void |
setAddress(String address) |
void |
setId(Long id) |
void |
setIdentityId(Long identityId) |
void |
setLabel(String label) |
public Long getId()
public void setId(Long id)
public Long getIdentityId()
public void setIdentityId(Long identityId)
public String getAddress()
public void setAddress(String address)
public String getLabel()
public void setLabel(String label)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.