org.zeroexchange.representation
Class ContractRepresentation

java.lang.Object
  extended by org.zeroexchange.representation.AbstractRepresentation<Contract>
      extended by org.zeroexchange.representation.ContractRepresentation
All Implemented Interfaces:
DataProcessor, Representation<Contract>, RepresentationFactoryAware

public class ContractRepresentation
extends AbstractRepresentation<Contract>
implements Representation<Contract>, DataProcessor

Author:
black

Field Summary
 
Fields inherited from interface org.zeroexchange.representation.Representation
UNLIMITED
 
Constructor Summary
ContractRepresentation()
           
 
Method Summary
 Class getProcessingClass()
          Returns root hierarchy current processor can operate
 String getRepresentation(Contract contract, int limit)
          Returns string representation of the specified entity.
 
Methods inherited from class org.zeroexchange.representation.AbstractRepresentation
getRepresentatinFactory, limitValue, setRepresentationFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContractRepresentation

public ContractRepresentation()
Method Detail

getProcessingClass

public Class getProcessingClass()
Returns root hierarchy current processor can operate

Specified by:
getProcessingClass in interface DataProcessor

getRepresentation

public String getRepresentation(Contract contract,
                                int limit)
                         throws BusinessLogicException
Returns string representation of the specified entity.

Specified by:
getRepresentation in interface Representation<Contract>
Throws:
BusinessLogicException


Copyright © 2013. All Rights Reserved.