Public Member Functions | |
RelatedContractStoreStub (RelatedContractStore relatedContractStore) | |
boolean | isAllowed () |
void | setAllowed (boolean allowed) |
DocumentDefinitionStubmin | getDocumentDefinition () |
void | setDocumentDefinition (DocumentDefinitionStubmin documentDefinition) |
ContractStubmin | getStore () |
void | setStore (ContractStubmin store) |
Definition at line 28 of file RelatedContractStoreStub.java.
org.turro.financials.stub.RelatedContractStoreStub.RelatedContractStoreStub | ( | RelatedContractStore | relatedContractStore | ) |
Definition at line 34 of file RelatedContractStoreStub.java.
DocumentDefinitionStubmin org.turro.financials.stub.RelatedContractStoreStub.getDocumentDefinition | ( | ) |
Definition at line 46 of file RelatedContractStoreStub.java.
ContractStubmin org.turro.financials.stub.RelatedContractStoreStub.getStore | ( | ) |
Definition at line 54 of file RelatedContractStoreStub.java.
boolean org.turro.financials.stub.RelatedContractStoreStub.isAllowed | ( | ) |
Definition at line 38 of file RelatedContractStoreStub.java.
void org.turro.financials.stub.RelatedContractStoreStub.setAllowed | ( | boolean | allowed | ) |
Definition at line 42 of file RelatedContractStoreStub.java.
void org.turro.financials.stub.RelatedContractStoreStub.setDocumentDefinition | ( | DocumentDefinitionStubmin | documentDefinition | ) |
Definition at line 50 of file RelatedContractStoreStub.java.
void org.turro.financials.stub.RelatedContractStoreStub.setStore | ( | ContractStubmin | store | ) |
Definition at line 58 of file RelatedContractStoreStub.java.