com.jdroid.java.domain
Interface Identifiable


public interface Identifiable

Represent all those objects that could be identifiable by an ID


Field Summary
static String ID_FIELD
           
 
Method Summary
 Long getId()
          Gets the identification for this Identifiable
 

Field Detail

ID_FIELD

static final String ID_FIELD
See Also:
Constant Field Values
Method Detail

getId

Long getId()
Gets the identification for this Identifiable

Returns:
the id of this Identifiable


Copyright © 2014. All rights reserved.