Package org.exoplatform.wallet.entity
Class AddressLabelEntity
- java.lang.Object
-
- org.exoplatform.wallet.entity.AddressLabelEntity
-
- All Implemented Interfaces:
Serializable
@Entity(name="Label") public class AddressLabelEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressLabelEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()LonggetId()LonggetIdentityId()StringgetLabel()voidsetAddress(String address)voidsetId(Long id)voidsetIdentityId(Long identityId)voidsetLabel(String label)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getIdentityId
public Long getIdentityId()
-
setIdentityId
public void setIdentityId(Long identityId)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
-