org.nakedobjects.metamodel.adapter.oid.stringable.directly
Interface DirectlyStringableOid

All Superinterfaces:
Encodable, Oid

public interface DirectlyStringableOid
extends Oid

An alternative to Encodable, intended to be used for Oids that can be encoded/decoded from strings.

This is inspired by the DSFA's implementation that uses CUS|1234567A as the string representation of their OStoreOid, representing a Customer.


Method Summary
 java.lang.String enString()
           
 
Methods inherited from interface org.nakedobjects.metamodel.adapter.oid.Oid
clearPrevious, copyFrom, getPrevious, hasPrevious, isTransient, makePersistent
 
Methods inherited from interface org.nakedobjects.metamodel.commons.encoding.Encodable
encode
 

Method Detail

enString

java.lang.String enString()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.