com.jp.protection.priv.pro.parser
Class OrderParserFacade.Result

java.lang.Object
  extended by com.jp.protection.priv.pro.parser.OrderParserFacade.Result
Enclosing class:
OrderParserFacade

public static class OrderParserFacade.Result
extends java.lang.Object

This class represents the result of order parsing process.


Field Summary
 dev.entities.Customer customer
          Represents a customer information the order is issued for
 LicenseImpl license
          Represents the license that corresponds to the parsed order
 LicenseAlias licenseAlias
          Represents a license alias that corresponds to the parsed order
 
Constructor Summary
OrderParserFacade.Result()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

licenseAlias

public LicenseAlias licenseAlias
Represents a license alias that corresponds to the parsed order


license

public LicenseImpl license
Represents the license that corresponds to the parsed order


customer

public dev.entities.Customer customer
Represents a customer information the order is issued for

Constructor Detail

OrderParserFacade.Result

public OrderParserFacade.Result()