|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jp.protection.priv.pro.parser.OrderParserFacade.Result
public static class OrderParserFacade.Result
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 |
---|
public LicenseAlias licenseAlias
public LicenseImpl license
public dev.entities.Customer customer
Constructor Detail |
---|
public OrderParserFacade.Result()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |