se.sj.stina.domain.model
Interface SjCompanyCustomer

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjCompanyCustomerPlain, SjCompanyCustomerStandard

public interface SjCompanyCustomer
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


Field Summary
static java.lang.String AGREMENT_EXIST
           
static java.lang.String ALLOWED_CREDIT
           
static java.lang.String CLIENT_INFORMATION
           
static java.lang.String COMPANY_FORM
           
static java.lang.String COMPANY_NAME
           
static java.lang.String ID_REQUIREMENT
           
static java.lang.String NAME
           
static java.lang.String ORGANISATION_NUMBER
           
static java.lang.String PAYER_ACCOUNT_MANDATORY
           
static java.lang.String PAYMENT_CONDITIONS
           
static java.lang.String REKV_REQUIREMENT
           
static java.lang.String SECRECY_EXIST
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
Method Summary
 TiStringInterface getAgrementExist()
          Field agrementExist is defined as mandatory.
 java.lang.String getAgrementExistValue()
          Field agrementExist is defined as mandatory.
 TiStringInterface getAllowedCredit()
          Field allowedCredit is defined as mandatory.
 java.lang.String getAllowedCreditValue()
          Field allowedCredit is defined as mandatory.
 SjClientInformation getClientInformation()
          Field clientInformation is defined as optional.
 TiStringInterface getCompanyForm()
          Field companyForm is defined as mandatory.
 java.lang.String getCompanyFormValue()
          Field companyForm is defined as mandatory.
 TiStringInterface getCompanyName()
          Field companyName is defined as mandatory.
 java.lang.String getCompanyNameValue()
          Field companyName is defined as mandatory.
 TiStringInterface getIdRequirement()
          Field idRequirement is defined as mandatory.
 java.lang.String getIdRequirementValue()
          Field idRequirement is defined as mandatory.
 TiStringInterface getName()
          Field name is defined as mandatory.
 java.lang.String getNameValue()
          Field name is defined as mandatory.
 TiStringInterface getOrganisationNumber()
          Field organisationNumber is defined as mandatory.
 java.lang.String getOrganisationNumberValue()
          Field organisationNumber is defined as mandatory.
 SjCode getPayerAccountMandatory()
          Field payerAccountMandatory is defined as mandatory.
 java.lang.String getPayerAccountMandatoryValue()
          Field payerAccountMandatory is defined as mandatory.
 TiStringInterface getPaymentConditions()
          Field paymentConditions is defined as mandatory.
 java.lang.String getPaymentConditionsValue()
          Field paymentConditions is defined as mandatory.
 TiStringInterface getRekvRequirement()
          Field rekvRequirement is defined as mandatory.
 java.lang.String getRekvRequirementValue()
          Field rekvRequirement is defined as mandatory.
 TiStringInterface getSecrecyExist()
          Field secrecyExist is defined as mandatory.
 java.lang.String getSecrecyExistValue()
          Field secrecyExist is defined as mandatory.
 TiStringInterface lookupAgrementExist()
          Field agrementExist is defined as mandatory.
 TiStringInterface lookupAllowedCredit()
          Field allowedCredit is defined as mandatory.
 SjClientInformation lookupClientInformation()
          Field clientInformation is defined as optional.
 TiStringInterface lookupCompanyForm()
          Field companyForm is defined as mandatory.
 TiStringInterface lookupCompanyName()
          Field companyName is defined as mandatory.
 TiStringInterface lookupIdRequirement()
          Field idRequirement is defined as mandatory.
 TiStringInterface lookupName()
          Field name is defined as mandatory.
 TiStringInterface lookupOrganisationNumber()
          Field organisationNumber is defined as mandatory.
 SjCode lookupPayerAccountMandatory()
          Field payerAccountMandatory is defined as mandatory.
 TiStringInterface lookupPaymentConditions()
          Field paymentConditions is defined as mandatory.
 TiStringInterface lookupRekvRequirement()
          Field rekvRequirement is defined as mandatory.
 TiStringInterface lookupSecrecyExist()
          Field secrecyExist is defined as mandatory.
 void setAgrementExist(TiStringInterface inData)
          Field agrementExist is defined as mandatory.
 void setAgrementExistValue(java.lang.String inData)
          Field agrementExist is defined as mandatory.
 void setAgrementExistValue(java.lang.String inData, boolean inNotify)
          Field agrementExist is defined as mandatory.
 void setAllowedCredit(TiStringInterface inData)
          Field allowedCredit is defined as mandatory.
 void setAllowedCreditValue(java.lang.String inData)
          Field allowedCredit is defined as mandatory.
 void setAllowedCreditValue(java.lang.String inData, boolean inNotify)
          Field allowedCredit is defined as mandatory.
 void setClientInformation(SjClientInformation inData)
          Field clientInformation is defined as optional.
 void setCompanyForm(TiStringInterface inData)
          Field companyForm is defined as mandatory.
 void setCompanyFormValue(java.lang.String inData)
          Field companyForm is defined as mandatory.
 void setCompanyFormValue(java.lang.String inData, boolean inNotify)
          Field companyForm is defined as mandatory.
 void setCompanyName(TiStringInterface inData)
          Field companyName is defined as mandatory.
 void setCompanyNameValue(java.lang.String inData)
          Field companyName is defined as mandatory.
 void setCompanyNameValue(java.lang.String inData, boolean inNotify)
          Field companyName is defined as mandatory.
 void setIdRequirement(TiStringInterface inData)
          Field idRequirement is defined as mandatory.
 void setIdRequirementValue(java.lang.String inData)
          Field idRequirement is defined as mandatory.
 void setIdRequirementValue(java.lang.String inData, boolean inNotify)
          Field idRequirement is defined as mandatory.
 void setName(TiStringInterface inData)
          Field name is defined as mandatory.
 void setNameValue(java.lang.String inData)
          Field name is defined as mandatory.
 void setNameValue(java.lang.String inData, boolean inNotify)
          Field name is defined as mandatory.
 void setOrganisationNumber(TiStringInterface inData)
          Field organisationNumber is defined as mandatory.
 void setOrganisationNumberValue(java.lang.String inData)
          Field organisationNumber is defined as mandatory.
 void setOrganisationNumberValue(java.lang.String inData, boolean inNotify)
          Field organisationNumber is defined as mandatory.
 void setPayerAccountMandatory(SjCode inData)
          Field payerAccountMandatory is defined as mandatory.
 void setPayerAccountMandatoryValue(java.lang.String inData)
          Field payerAccountMandatory is defined as mandatory.
 void setPayerAccountMandatoryValue(java.lang.String inData, boolean inNotify)
          Field payerAccountMandatory is defined as mandatory.
 void setPaymentConditions(TiStringInterface inData)
          Field paymentConditions is defined as mandatory.
 void setPaymentConditionsValue(java.lang.String inData)
          Field paymentConditions is defined as mandatory.
 void setPaymentConditionsValue(java.lang.String inData, boolean inNotify)
          Field paymentConditions is defined as mandatory.
 void setRekvRequirement(TiStringInterface inData)
          Field rekvRequirement is defined as mandatory.
 void setRekvRequirementValue(java.lang.String inData)
          Field rekvRequirement is defined as mandatory.
 void setRekvRequirementValue(java.lang.String inData, boolean inNotify)
          Field rekvRequirement is defined as mandatory.
 void setSecrecyExist(TiStringInterface inData)
          Field secrecyExist is defined as mandatory.
 void setSecrecyExistValue(java.lang.String inData)
          Field secrecyExist is defined as mandatory.
 void setSecrecyExistValue(java.lang.String inData, boolean inNotify)
          Field secrecyExist is defined as mandatory.
 
Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString
 
Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled
 
Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface
getModel, setModel
 
Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface
clone, disposeModel, equalsModel, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties
 
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface
updateObserver
 
Methods inherited from interface org.stina.framework.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

ORGANISATION_NUMBER

static final java.lang.String ORGANISATION_NUMBER
See Also:
Constant Field Values

NAME

static final java.lang.String NAME
See Also:
Constant Field Values

COMPANY_NAME

static final java.lang.String COMPANY_NAME
See Also:
Constant Field Values

COMPANY_FORM

static final java.lang.String COMPANY_FORM
See Also:
Constant Field Values

ALLOWED_CREDIT

static final java.lang.String ALLOWED_CREDIT
See Also:
Constant Field Values

PAYMENT_CONDITIONS

static final java.lang.String PAYMENT_CONDITIONS
See Also:
Constant Field Values

ID_REQUIREMENT

static final java.lang.String ID_REQUIREMENT
See Also:
Constant Field Values

AGREMENT_EXIST

static final java.lang.String AGREMENT_EXIST
See Also:
Constant Field Values

SECRECY_EXIST

static final java.lang.String SECRECY_EXIST
See Also:
Constant Field Values

REKV_REQUIREMENT

static final java.lang.String REKV_REQUIREMENT
See Also:
Constant Field Values

PAYER_ACCOUNT_MANDATORY

static final java.lang.String PAYER_ACCOUNT_MANDATORY
See Also:
Constant Field Values

CLIENT_INFORMATION

static final java.lang.String CLIENT_INFORMATION
See Also:
Constant Field Values
Method Detail

getOrganisationNumber

TiStringInterface getOrganisationNumber()
Field organisationNumber is defined as mandatory.


lookupOrganisationNumber

TiStringInterface lookupOrganisationNumber()
Field organisationNumber is defined as mandatory.


setOrganisationNumber

void setOrganisationNumber(TiStringInterface inData)
Field organisationNumber is defined as mandatory.


getOrganisationNumberValue

java.lang.String getOrganisationNumberValue()
Field organisationNumber is defined as mandatory.


setOrganisationNumberValue

void setOrganisationNumberValue(java.lang.String inData)
Field organisationNumber is defined as mandatory.


setOrganisationNumberValue

void setOrganisationNumberValue(java.lang.String inData,
                                boolean inNotify)
Field organisationNumber is defined as mandatory.


getName

TiStringInterface getName()
Field name is defined as mandatory.


lookupName

TiStringInterface lookupName()
Field name is defined as mandatory.


setName

void setName(TiStringInterface inData)
Field name is defined as mandatory.


getNameValue

java.lang.String getNameValue()
Field name is defined as mandatory.


setNameValue

void setNameValue(java.lang.String inData)
Field name is defined as mandatory.


setNameValue

void setNameValue(java.lang.String inData,
                  boolean inNotify)
Field name is defined as mandatory.


getCompanyName

TiStringInterface getCompanyName()
Field companyName is defined as mandatory.


lookupCompanyName

TiStringInterface lookupCompanyName()
Field companyName is defined as mandatory.


setCompanyName

void setCompanyName(TiStringInterface inData)
Field companyName is defined as mandatory.


getCompanyNameValue

java.lang.String getCompanyNameValue()
Field companyName is defined as mandatory.


setCompanyNameValue

void setCompanyNameValue(java.lang.String inData)
Field companyName is defined as mandatory.


setCompanyNameValue

void setCompanyNameValue(java.lang.String inData,
                         boolean inNotify)
Field companyName is defined as mandatory.


getCompanyForm

TiStringInterface getCompanyForm()
Field companyForm is defined as mandatory.


lookupCompanyForm

TiStringInterface lookupCompanyForm()
Field companyForm is defined as mandatory.


setCompanyForm

void setCompanyForm(TiStringInterface inData)
Field companyForm is defined as mandatory.


getCompanyFormValue

java.lang.String getCompanyFormValue()
Field companyForm is defined as mandatory.


setCompanyFormValue

void setCompanyFormValue(java.lang.String inData)
Field companyForm is defined as mandatory.


setCompanyFormValue

void setCompanyFormValue(java.lang.String inData,
                         boolean inNotify)
Field companyForm is defined as mandatory.


getAllowedCredit

TiStringInterface getAllowedCredit()
Field allowedCredit is defined as mandatory.


lookupAllowedCredit

TiStringInterface lookupAllowedCredit()
Field allowedCredit is defined as mandatory.


setAllowedCredit

void setAllowedCredit(TiStringInterface inData)
Field allowedCredit is defined as mandatory.


getAllowedCreditValue

java.lang.String getAllowedCreditValue()
Field allowedCredit is defined as mandatory.


setAllowedCreditValue

void setAllowedCreditValue(java.lang.String inData)
Field allowedCredit is defined as mandatory.


setAllowedCreditValue

void setAllowedCreditValue(java.lang.String inData,
                           boolean inNotify)
Field allowedCredit is defined as mandatory.


getPaymentConditions

TiStringInterface getPaymentConditions()
Field paymentConditions is defined as mandatory.


lookupPaymentConditions

TiStringInterface lookupPaymentConditions()
Field paymentConditions is defined as mandatory.


setPaymentConditions

void setPaymentConditions(TiStringInterface inData)
Field paymentConditions is defined as mandatory.


getPaymentConditionsValue

java.lang.String getPaymentConditionsValue()
Field paymentConditions is defined as mandatory.


setPaymentConditionsValue

void setPaymentConditionsValue(java.lang.String inData)
Field paymentConditions is defined as mandatory.


setPaymentConditionsValue

void setPaymentConditionsValue(java.lang.String inData,
                               boolean inNotify)
Field paymentConditions is defined as mandatory.


getIdRequirement

TiStringInterface getIdRequirement()
Field idRequirement is defined as mandatory.


lookupIdRequirement

TiStringInterface lookupIdRequirement()
Field idRequirement is defined as mandatory.


setIdRequirement

void setIdRequirement(TiStringInterface inData)
Field idRequirement is defined as mandatory.


getIdRequirementValue

java.lang.String getIdRequirementValue()
Field idRequirement is defined as mandatory.


setIdRequirementValue

void setIdRequirementValue(java.lang.String inData)
Field idRequirement is defined as mandatory.


setIdRequirementValue

void setIdRequirementValue(java.lang.String inData,
                           boolean inNotify)
Field idRequirement is defined as mandatory.


getAgrementExist

TiStringInterface getAgrementExist()
Field agrementExist is defined as mandatory.


lookupAgrementExist

TiStringInterface lookupAgrementExist()
Field agrementExist is defined as mandatory.


setAgrementExist

void setAgrementExist(TiStringInterface inData)
Field agrementExist is defined as mandatory.


getAgrementExistValue

java.lang.String getAgrementExistValue()
Field agrementExist is defined as mandatory.


setAgrementExistValue

void setAgrementExistValue(java.lang.String inData)
Field agrementExist is defined as mandatory.


setAgrementExistValue

void setAgrementExistValue(java.lang.String inData,
                           boolean inNotify)
Field agrementExist is defined as mandatory.


getSecrecyExist

TiStringInterface getSecrecyExist()
Field secrecyExist is defined as mandatory.


lookupSecrecyExist

TiStringInterface lookupSecrecyExist()
Field secrecyExist is defined as mandatory.


setSecrecyExist

void setSecrecyExist(TiStringInterface inData)
Field secrecyExist is defined as mandatory.


getSecrecyExistValue

java.lang.String getSecrecyExistValue()
Field secrecyExist is defined as mandatory.


setSecrecyExistValue

void setSecrecyExistValue(java.lang.String inData)
Field secrecyExist is defined as mandatory.


setSecrecyExistValue

void setSecrecyExistValue(java.lang.String inData,
                          boolean inNotify)
Field secrecyExist is defined as mandatory.


getRekvRequirement

TiStringInterface getRekvRequirement()
Field rekvRequirement is defined as mandatory.


lookupRekvRequirement

TiStringInterface lookupRekvRequirement()
Field rekvRequirement is defined as mandatory.


setRekvRequirement

void setRekvRequirement(TiStringInterface inData)
Field rekvRequirement is defined as mandatory.


getRekvRequirementValue

java.lang.String getRekvRequirementValue()
Field rekvRequirement is defined as mandatory.


setRekvRequirementValue

void setRekvRequirementValue(java.lang.String inData)
Field rekvRequirement is defined as mandatory.


setRekvRequirementValue

void setRekvRequirementValue(java.lang.String inData,
                             boolean inNotify)
Field rekvRequirement is defined as mandatory.


getPayerAccountMandatory

SjCode getPayerAccountMandatory()
Field payerAccountMandatory is defined as mandatory.


lookupPayerAccountMandatory

SjCode lookupPayerAccountMandatory()
Field payerAccountMandatory is defined as mandatory.


setPayerAccountMandatory

void setPayerAccountMandatory(SjCode inData)
Field payerAccountMandatory is defined as mandatory.


getPayerAccountMandatoryValue

java.lang.String getPayerAccountMandatoryValue()
Field payerAccountMandatory is defined as mandatory.


setPayerAccountMandatoryValue

void setPayerAccountMandatoryValue(java.lang.String inData)
Field payerAccountMandatory is defined as mandatory.


setPayerAccountMandatoryValue

void setPayerAccountMandatoryValue(java.lang.String inData,
                                   boolean inNotify)
Field payerAccountMandatory is defined as mandatory.


getClientInformation

SjClientInformation getClientInformation()
Field clientInformation is defined as optional.


lookupClientInformation

SjClientInformation lookupClientInformation()
Field clientInformation is defined as optional.


setClientInformation

void setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional.



Copyright © 2012. All Rights Reserved.