org.zeroexchange.model
Interface Identifiable<K extends Serializable>

All Known Implementing Classes:
Assessment, BusinessQuality, Category, CategoryStrings, CHECreditStatus, CHEPayment, City, CityStrings, ContinuousValue, Contract, Country, CountryStrings, Credential, CreditLine, Dictionary, DictionaryItem, DictionaryItemStrings, DictionaryProperty, DictionaryStrings, DictionaryValue, DoubleValue, Expensiveness, GoodResource, IntegerPKPersistent, IntegerValue, Invitation, LocalCredential, LocalizableValue, LocalizableValueEntry, Message, MoneyResource, Need, OpenIdCredential, Property, PropertySpecification, PropertyStrings, PropertyType, Resource, ResourceTender, Role, RoleStrings, ServiceResource, Skill, StringDictionaryItem, StringPKPersistent, Strings, StringValue, Supply, SystemMessage, TimestampValue, User, UserMessage, Value

public interface Identifiable<K extends Serializable>

Interface for POJOs who have an id.

Author:
black

Field Summary
static String FIELD_ID
           
 
Method Summary
 K getId()
           
 void setId(K id)
           
 

Field Detail

FIELD_ID

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

getId

K getId()

setId

void setId(K id)


Copyright © 2013. All Rights Reserved.