org.opencrx.kernel.generic.cci2
Interface Extended

All Known Subinterfaces:
AbstractContract, AbstractContract, AbstractInvoicePosition, AbstractInvoicePosition, AbstractOpportunityPosition, AbstractOpportunityPosition, AbstractQuotePosition, AbstractQuotePosition, AbstractRemovedPosition, AbstractRemovedPosition, AbstractSalesOrderPosition, AbstractSalesOrderPosition, Extended, GenericContract, GenericContract, Invoice, Invoice, InvoicePosition, InvoicePosition, Lead, Lead, Opportunity, Opportunity, OpportunityPosition, OpportunityPosition, Quote, Quote, QuotePosition, QuotePosition, RemovedPosition, RemovedPosition, SalesContract, SalesContract, SalesContractPosition, SalesContractPosition, SalesOrder, SalesOrder, SalesOrderPosition, SalesOrderPosition, SalesVolumeContract, SalesVolumeContract
All Known Implementing Classes:
AbstractContract, AbstractInvoicePosition, AbstractOpportunityPosition, AbstractQuotePosition, AbstractRemovedPosition, AbstractSalesOrderPosition, GenericContract, Invoice, InvoicePosition, Lead, Opportunity, OpportunityPosition, Quote, QuotePosition, RemovedPosition, SalesContract, SalesOrder, SalesOrderPosition, SalesVolumeContract

public interface Extended

Abstract class Extended


Method Summary
 Short getExtCode0()
          Retrieves the possibly null value for the optional attribute extCode0.
 Short getExtCode1()
          Retrieves the possibly null value for the optional attribute extCode1.
 Short getExtCode2()
          Retrieves the possibly null value for the optional attribute extCode2.
 Short getExtCode3()
          Retrieves the possibly null value for the optional attribute extCode3.
 Short getExtCode4()
          Retrieves the possibly null value for the optional attribute extCode4.
 XMLGregorianCalendar getExtDate0()
          Retrieves the possibly null value for the optional attribute extDate0.
 XMLGregorianCalendar getExtDate1()
          Retrieves the possibly null value for the optional attribute extDate1.
 XMLGregorianCalendar getExtDate2()
          Retrieves the possibly null value for the optional attribute extDate2.
 XMLGregorianCalendar getExtDate3()
          Retrieves the possibly null value for the optional attribute extDate3.
 XMLGregorianCalendar getExtDate4()
          Retrieves the possibly null value for the optional attribute extDate4.
 Date getExtDateTime0()
          Retrieves the possibly null value for the optional attribute extDateTime0.
 Date getExtDateTime1()
          Retrieves the possibly null value for the optional attribute extDateTime1.
 Date getExtDateTime2()
          Retrieves the possibly null value for the optional attribute extDateTime2.
 Date getExtDateTime3()
          Retrieves the possibly null value for the optional attribute extDateTime3.
 Date getExtDateTime4()
          Retrieves the possibly null value for the optional attribute extDateTime4.
 BigDecimal getExtNumber0()
          Retrieves the possibly null value for the optional attribute extNumber0.
 BigDecimal getExtNumber1()
          Retrieves the possibly null value for the optional attribute extNumber1.
 BigDecimal getExtNumber2()
          Retrieves the possibly null value for the optional attribute extNumber2.
 BigDecimal getExtNumber3()
          Retrieves the possibly null value for the optional attribute extNumber3.
 BigDecimal getExtNumber4()
          Retrieves the possibly null value for the optional attribute extNumber4.
 String getExtString0()
          Retrieves the possibly null value for the optional attribute extString0.
 String getExtString1()
          Retrieves the possibly null value for the optional attribute extString1.
 String getExtString2()
          Retrieves the possibly null value for the optional attribute extString2.
 String getExtString3()
          Retrieves the possibly null value for the optional attribute extString3.
 String getExtString4()
          Retrieves the possibly null value for the optional attribute extString4.
 Boolean isExtBoolean0()
          Retrieves the possibly null value for the optional attribute extBoolean0.
 Boolean isExtBoolean1()
          Retrieves the possibly null value for the optional attribute extBoolean1.
 Boolean isExtBoolean2()
          Retrieves the possibly null value for the optional attribute extBoolean2.
 Boolean isExtBoolean3()
          Retrieves the possibly null value for the optional attribute extBoolean3.
 Boolean isExtBoolean4()
          Retrieves the possibly null value for the optional attribute extBoolean4.
 void setExtBoolean0(Boolean extBoolean0)
          Sets a new value for the attribute extBoolean0.
 void setExtBoolean1(Boolean extBoolean1)
          Sets a new value for the attribute extBoolean1.
 void setExtBoolean2(Boolean extBoolean2)
          Sets a new value for the attribute extBoolean2.
 void setExtBoolean3(Boolean extBoolean3)
          Sets a new value for the attribute extBoolean3.
 void setExtBoolean4(Boolean extBoolean4)
          Sets a new value for the attribute extBoolean4.
 void setExtCode0(Short extCode0)
          Sets a new value for the attribute extCode0.
 void setExtCode1(Short extCode1)
          Sets a new value for the attribute extCode1.
 void setExtCode2(Short extCode2)
          Sets a new value for the attribute extCode2.
 void setExtCode3(Short extCode3)
          Sets a new value for the attribute extCode3.
 void setExtCode4(Short extCode4)
          Sets a new value for the attribute extCode4.
 void setExtDate0(XMLGregorianCalendar extDate0)
          Sets a new value for the attribute extDate0.
 void setExtDate1(XMLGregorianCalendar extDate1)
          Sets a new value for the attribute extDate1.
 void setExtDate2(XMLGregorianCalendar extDate2)
          Sets a new value for the attribute extDate2.
 void setExtDate3(XMLGregorianCalendar extDate3)
          Sets a new value for the attribute extDate3.
 void setExtDate4(XMLGregorianCalendar extDate4)
          Sets a new value for the attribute extDate4.
 void setExtDateTime0(Date extDateTime0)
          Sets a new value for the attribute extDateTime0.
 void setExtDateTime1(Date extDateTime1)
          Sets a new value for the attribute extDateTime1.
 void setExtDateTime2(Date extDateTime2)
          Sets a new value for the attribute extDateTime2.
 void setExtDateTime3(Date extDateTime3)
          Sets a new value for the attribute extDateTime3.
 void setExtDateTime4(Date extDateTime4)
          Sets a new value for the attribute extDateTime4.
 void setExtNumber0(BigDecimal extNumber0)
          Sets a new value for the attribute extNumber0.
 void setExtNumber1(BigDecimal extNumber1)
          Sets a new value for the attribute extNumber1.
 void setExtNumber2(BigDecimal extNumber2)
          Sets a new value for the attribute extNumber2.
 void setExtNumber3(BigDecimal extNumber3)
          Sets a new value for the attribute extNumber3.
 void setExtNumber4(BigDecimal extNumber4)
          Sets a new value for the attribute extNumber4.
 void setExtString0(String extString0)
          Sets a new value for the attribute extString0.
 void setExtString1(String extString1)
          Sets a new value for the attribute extString1.
 void setExtString2(String extString2)
          Sets a new value for the attribute extString2.
 void setExtString3(String extString3)
          Sets a new value for the attribute extString3.
 void setExtString4(String extString4)
          Sets a new value for the attribute extString4.
 

Method Detail

isExtBoolean0

Boolean isExtBoolean0()
Retrieves the possibly null value for the optional attribute extBoolean0.

Returns:
The possibly null value for attribute extBoolean0.

setExtBoolean0

void setExtBoolean0(Boolean extBoolean0)
Sets a new value for the attribute extBoolean0.

Parameters:
extBoolean0 - The possibly null new value for attribute extBoolean0.

isExtBoolean1

Boolean isExtBoolean1()
Retrieves the possibly null value for the optional attribute extBoolean1.

Returns:
The possibly null value for attribute extBoolean1.

setExtBoolean1

void setExtBoolean1(Boolean extBoolean1)
Sets a new value for the attribute extBoolean1.

Parameters:
extBoolean1 - The possibly null new value for attribute extBoolean1.

isExtBoolean2

Boolean isExtBoolean2()
Retrieves the possibly null value for the optional attribute extBoolean2.

Returns:
The possibly null value for attribute extBoolean2.

setExtBoolean2

void setExtBoolean2(Boolean extBoolean2)
Sets a new value for the attribute extBoolean2.

Parameters:
extBoolean2 - The possibly null new value for attribute extBoolean2.

isExtBoolean3

Boolean isExtBoolean3()
Retrieves the possibly null value for the optional attribute extBoolean3.

Returns:
The possibly null value for attribute extBoolean3.

setExtBoolean3

void setExtBoolean3(Boolean extBoolean3)
Sets a new value for the attribute extBoolean3.

Parameters:
extBoolean3 - The possibly null new value for attribute extBoolean3.

isExtBoolean4

Boolean isExtBoolean4()
Retrieves the possibly null value for the optional attribute extBoolean4.

Returns:
The possibly null value for attribute extBoolean4.

setExtBoolean4

void setExtBoolean4(Boolean extBoolean4)
Sets a new value for the attribute extBoolean4.

Parameters:
extBoolean4 - The possibly null new value for attribute extBoolean4.

getExtCode0

Short getExtCode0()
Retrieves the possibly null value for the optional attribute extCode0.

Returns:
The possibly null value for attribute extCode0.

setExtCode0

void setExtCode0(Short extCode0)
Sets a new value for the attribute extCode0.

Parameters:
extCode0 - The possibly null new value for attribute extCode0.

getExtCode1

Short getExtCode1()
Retrieves the possibly null value for the optional attribute extCode1.

Returns:
The possibly null value for attribute extCode1.

setExtCode1

void setExtCode1(Short extCode1)
Sets a new value for the attribute extCode1.

Parameters:
extCode1 - The possibly null new value for attribute extCode1.

getExtCode2

Short getExtCode2()
Retrieves the possibly null value for the optional attribute extCode2.

Returns:
The possibly null value for attribute extCode2.

setExtCode2

void setExtCode2(Short extCode2)
Sets a new value for the attribute extCode2.

Parameters:
extCode2 - The possibly null new value for attribute extCode2.

getExtCode3

Short getExtCode3()
Retrieves the possibly null value for the optional attribute extCode3.

Returns:
The possibly null value for attribute extCode3.

setExtCode3

void setExtCode3(Short extCode3)
Sets a new value for the attribute extCode3.

Parameters:
extCode3 - The possibly null new value for attribute extCode3.

getExtCode4

Short getExtCode4()
Retrieves the possibly null value for the optional attribute extCode4.

Returns:
The possibly null value for attribute extCode4.

setExtCode4

void setExtCode4(Short extCode4)
Sets a new value for the attribute extCode4.

Parameters:
extCode4 - The possibly null new value for attribute extCode4.

getExtDate0

XMLGregorianCalendar getExtDate0()
Retrieves the possibly null value for the optional attribute extDate0.

Returns:
The possibly null value for attribute extDate0.

setExtDate0

void setExtDate0(XMLGregorianCalendar extDate0)
Sets a new value for the attribute extDate0.

Parameters:
extDate0 - The possibly null new value for attribute extDate0.

getExtDate1

XMLGregorianCalendar getExtDate1()
Retrieves the possibly null value for the optional attribute extDate1.

Returns:
The possibly null value for attribute extDate1.

setExtDate1

void setExtDate1(XMLGregorianCalendar extDate1)
Sets a new value for the attribute extDate1.

Parameters:
extDate1 - The possibly null new value for attribute extDate1.

getExtDate2

XMLGregorianCalendar getExtDate2()
Retrieves the possibly null value for the optional attribute extDate2.

Returns:
The possibly null value for attribute extDate2.

setExtDate2

void setExtDate2(XMLGregorianCalendar extDate2)
Sets a new value for the attribute extDate2.

Parameters:
extDate2 - The possibly null new value for attribute extDate2.

getExtDate3

XMLGregorianCalendar getExtDate3()
Retrieves the possibly null value for the optional attribute extDate3.

Returns:
The possibly null value for attribute extDate3.

setExtDate3

void setExtDate3(XMLGregorianCalendar extDate3)
Sets a new value for the attribute extDate3.

Parameters:
extDate3 - The possibly null new value for attribute extDate3.

getExtDate4

XMLGregorianCalendar getExtDate4()
Retrieves the possibly null value for the optional attribute extDate4.

Returns:
The possibly null value for attribute extDate4.

setExtDate4

void setExtDate4(XMLGregorianCalendar extDate4)
Sets a new value for the attribute extDate4.

Parameters:
extDate4 - The possibly null new value for attribute extDate4.

getExtDateTime0

Date getExtDateTime0()
Retrieves the possibly null value for the optional attribute extDateTime0.

Returns:
The possibly null value for attribute extDateTime0.

setExtDateTime0

void setExtDateTime0(Date extDateTime0)
Sets a new value for the attribute extDateTime0.

Parameters:
extDateTime0 - The possibly null new value for attribute extDateTime0.

getExtDateTime1

Date getExtDateTime1()
Retrieves the possibly null value for the optional attribute extDateTime1.

Returns:
The possibly null value for attribute extDateTime1.

setExtDateTime1

void setExtDateTime1(Date extDateTime1)
Sets a new value for the attribute extDateTime1.

Parameters:
extDateTime1 - The possibly null new value for attribute extDateTime1.

getExtDateTime2

Date getExtDateTime2()
Retrieves the possibly null value for the optional attribute extDateTime2.

Returns:
The possibly null value for attribute extDateTime2.

setExtDateTime2

void setExtDateTime2(Date extDateTime2)
Sets a new value for the attribute extDateTime2.

Parameters:
extDateTime2 - The possibly null new value for attribute extDateTime2.

getExtDateTime3

Date getExtDateTime3()
Retrieves the possibly null value for the optional attribute extDateTime3.

Returns:
The possibly null value for attribute extDateTime3.

setExtDateTime3

void setExtDateTime3(Date extDateTime3)
Sets a new value for the attribute extDateTime3.

Parameters:
extDateTime3 - The possibly null new value for attribute extDateTime3.

getExtDateTime4

Date getExtDateTime4()
Retrieves the possibly null value for the optional attribute extDateTime4.

Returns:
The possibly null value for attribute extDateTime4.

setExtDateTime4

void setExtDateTime4(Date extDateTime4)
Sets a new value for the attribute extDateTime4.

Parameters:
extDateTime4 - The possibly null new value for attribute extDateTime4.

getExtNumber0

BigDecimal getExtNumber0()
Retrieves the possibly null value for the optional attribute extNumber0.

Returns:
The possibly null value for attribute extNumber0.

setExtNumber0

void setExtNumber0(BigDecimal extNumber0)
Sets a new value for the attribute extNumber0.

Parameters:
extNumber0 - The possibly null new value for attribute extNumber0.

getExtNumber1

BigDecimal getExtNumber1()
Retrieves the possibly null value for the optional attribute extNumber1.

Returns:
The possibly null value for attribute extNumber1.

setExtNumber1

void setExtNumber1(BigDecimal extNumber1)
Sets a new value for the attribute extNumber1.

Parameters:
extNumber1 - The possibly null new value for attribute extNumber1.

getExtNumber2

BigDecimal getExtNumber2()
Retrieves the possibly null value for the optional attribute extNumber2.

Returns:
The possibly null value for attribute extNumber2.

setExtNumber2

void setExtNumber2(BigDecimal extNumber2)
Sets a new value for the attribute extNumber2.

Parameters:
extNumber2 - The possibly null new value for attribute extNumber2.

getExtNumber3

BigDecimal getExtNumber3()
Retrieves the possibly null value for the optional attribute extNumber3.

Returns:
The possibly null value for attribute extNumber3.

setExtNumber3

void setExtNumber3(BigDecimal extNumber3)
Sets a new value for the attribute extNumber3.

Parameters:
extNumber3 - The possibly null new value for attribute extNumber3.

getExtNumber4

BigDecimal getExtNumber4()
Retrieves the possibly null value for the optional attribute extNumber4.

Returns:
The possibly null value for attribute extNumber4.

setExtNumber4

void setExtNumber4(BigDecimal extNumber4)
Sets a new value for the attribute extNumber4.

Parameters:
extNumber4 - The possibly null new value for attribute extNumber4.

getExtString0

String getExtString0()
Retrieves the possibly null value for the optional attribute extString0.

Returns:
The possibly null value for attribute extString0.

setExtString0

void setExtString0(String extString0)
Sets a new value for the attribute extString0.

Parameters:
extString0 - The possibly null new value for attribute extString0.

getExtString1

String getExtString1()
Retrieves the possibly null value for the optional attribute extString1.

Returns:
The possibly null value for attribute extString1.

setExtString1

void setExtString1(String extString1)
Sets a new value for the attribute extString1.

Parameters:
extString1 - The possibly null new value for attribute extString1.

getExtString2

String getExtString2()
Retrieves the possibly null value for the optional attribute extString2.

Returns:
The possibly null value for attribute extString2.

setExtString2

void setExtString2(String extString2)
Sets a new value for the attribute extString2.

Parameters:
extString2 - The possibly null new value for attribute extString2.

getExtString3

String getExtString3()
Retrieves the possibly null value for the optional attribute extString3.

Returns:
The possibly null value for attribute extString3.

setExtString3

void setExtString3(String extString3)
Sets a new value for the attribute extString3.

Parameters:
extString3 - The possibly null new value for attribute extString3.

getExtString4

String getExtString4()
Retrieves the possibly null value for the optional attribute extString4.

Returns:
The possibly null value for attribute extString4.

setExtString4

void setExtString4(String extString4)
Sets a new value for the attribute extString4.

Parameters:
extString4 - The possibly null new value for attribute extString4.


This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.