uk.ac.soton.ecs.grimoires.server.impl
Interface Key

All Known Implementing Classes:
KeyImpl

public interface Key

An interface supported by all data objects that hold the unique value of the key of an entity, e.g. ServiceKey, BusinessKey etc. This abstraction allows keyed entities to be treated in a uniform way and reduces code replication.


Method Summary
 String getValue()
           
 void setValue(String newValue)
           
 

Method Detail

getValue

public String getValue()

setValue

public void setValue(String newValue)