added getId to address interface, closes #958

pull/988/head
Justin Richer 2015-11-25 16:06:17 -05:00
parent 1ed3e2c47a
commit 9ffe877766
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ import java.io.Serializable;
public interface Address extends Serializable {
/**
* Get the system-specific ID of the Address object
* @return
*/
public Long getId();
/**
* @return the formatted address
*/