added getId to address interface, closes #958
parent
1ed3e2c47a
commit
9ffe877766
|
@ -20,6 +20,12 @@ import java.io.Serializable;
|
||||||
|
|
||||||
public interface Address extends Serializable {
|
public interface Address extends Serializable {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the system-specific ID of the Address object
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
public Long getId();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the formatted address
|
* @return the formatted address
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue