org.opencrx.kernel.account1.cci
Class UnspecifiedAccountImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefObject_1
      extended by org.opencrx.kernel.account1.cci.UnspecifiedAccountImpl
All Implemented Interfaces:
Serializable, javax.jdo.spi.PersistenceCapable, RefBaseObject, RefFeatured, RefObject, AbstractAccount, Account, Group, UnspecifiedAccount, AlertSender, Auditee, Cloneable, Importer, Indexed, SecureObject, SubscriptionTarget, XmlExporter, CrxObject, GenericAccount, RefObject_1_0, BasicObject, ContextCapable, ExtentCapable, ViewCapable

public class UnspecifiedAccountImpl
extends RefObject_1
implements UnspecifiedAccount

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer, javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager, javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
 
Field Summary
 
Fields inherited from interface javax.jdo.spi.PersistenceCapable
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE
 
Constructor Summary
UnspecifiedAccountImpl(Object_1_0 object, RefClass refClass)
           
 
Method Summary
 void addAdditionalExternalLink(AdditionalExternalLink newValue)
           
 void addAdditionalExternalLink(String id, AdditionalExternalLink newValue)
           
 void addAddress(AccountAddress newValue)
           
 void addAddress(String id, AccountAddress newValue)
           
protected  void addAssignedActivity(Activity newValue)
           
protected  void addAssignedActivity(String id, Activity newValue)
           
protected  void addAssignedContract(AbstractContract newValue)
           
protected  void addAssignedContract(String id, AbstractContract newValue)
           
 void addAttachedDocument(DocumentAttachment newValue)
           
 void addAttachedDocument(String id, DocumentAttachment newValue)
           
protected  void addAudit(AuditEntry newValue)
           
protected  void addAudit(String id, AuditEntry newValue)
           
 void addContact(Contact newValue)
           
 void addContact(int index, Contact newValue)
           
protected  void addContext(Context newValue)
           
protected  void addContext(String id, Context newValue)
           
protected  void addGroupMembership(GroupMembership newValue)
           
protected  void addGroupMembership(String id, GroupMembership newValue)
           
 void addIndexEntry(IndexEntry newValue)
           
 void addIndexEntry(String id, IndexEntry newValue)
           
 void addMedia(Media newValue)
           
 void addMedia(String id, Media newValue)
           
 void addMember(Member newValue)
           
 void addMember(String id, Member newValue)
           
 void addNote(Note newValue)
           
 void addNote(String id, Note newValue)
           
 void addOwningGroup(int index, PrincipalGroup newValue)
           
 ModifySecureObjectResult addOwningGroup(ModifyOwningGroupParams params)
           
 void addOwningGroup(PrincipalGroup newValue)
           
 ModifySecureObjectResult addOwningGroup(PrincipalGroup group, short mode)
           
 void addPartner(Account newValue)
           
 void addPartner(int index, Account newValue)
           
protected  void addProduct(Product newValue)
           
protected  void addProduct(String id, Product newValue)
           
 void addPropertySet(PropertySet newValue)
           
 void addPropertySet(String id, PropertySet newValue)
           
protected  void addPropertySetEntry(PropertySetEntry newValue)
           
protected  void addPropertySetEntry(String id, PropertySetEntry newValue)
           
 void addRating(Rating newValue)
           
 void addRating(String id, Rating newValue)
           
 Void addSubscription()
           
 Void addSubscription(Void params)
           
 Void addSubscriptionForParent()
           
 Void addSubscriptionForParent(Void params)
           
protected  void addView(String namespace, View newValue)
           
protected  void addView(View newValue)
           
 CloneResult clone_(CloneParams params)
           
 CloneResult clone_(String referenceFilter)
           
 CreateInvoiceResult createInvoice(CreateInvoiceParams params)
           
 CreateInvoiceResult createInvoice(Invoice basedOn, String description, String name)
           
 CreateLeadResult createLead(CreateLeadParams params)
           
 CreateLeadResult createLead(Lead basedOn, String description, String name, String nextStep)
           
 CreateOpportunityResult createOpportunity(CreateOpportunityParams params)
           
 CreateOpportunityResult createOpportunity(Opportunity basedOn, String description, String name)
           
 CreateQuoteResult createQuote(CreateQuoteParams params)
           
 CreateQuoteResult createQuote(Quote basedOn, String description, String name)
           
 CreateSalesOrderResult createSalesOrder(CreateSalesOrderParams params)
           
 CreateSalesOrderResult createSalesOrder(SalesOrder basedOn, String description, String name)
           
 ExportResult exportXml(String attributeFilter, String referenceFilter)
           
 ExportResult exportXml(XmlExportParams params)
           
 BasicObject getAccessGrantedByParent()
          Retrieves the value for the optional reference accessGrantedByParent.
 short getAccessLevelBrowse()
          Retrieves the value for the attribute accessLevelBrowse.
protected  short getAccessLevelBrowse(int index)
           
 short getAccessLevelDelete()
          Retrieves the value for the attribute accessLevelDelete.
protected  short getAccessLevelDelete(int index)
           
 short getAccessLevelUpdate()
          Retrieves the value for the attribute accessLevelUpdate.
protected  short getAccessLevelUpdate(int index)
           
 List getAccountCategory()
           
 short getAccountCategory(int index)
           
 short getAccountRating()
          Retrieves the value for the attribute accountRating.
protected  short getAccountRating(int index)
           
 short getAccountState()
          Retrieves the value for the attribute accountState.
protected  short getAccountState(int index)
           
 List getAccountType()
           
 short getAccountType(int index)
           
 Collection getAdditionalExternalLink()
          Retrieves a collection containing all the elements for the reference additionalExternalLink.
 List getAdditionalExternalLink(AdditionalExternalLinkFilter filter)
          Retrieves the value for the reference additionalExternalLink for the specified filter.
 List getAdditionalExternalLink(AdditionalExternalLinkQuery query)
          Retrieves the value for the reference additionalExternalLink for the specified query.
 AdditionalExternalLink getAdditionalExternalLink(String id)
          Retrieves the value for the reference additionalExternalLink for the specified qualifier attribute value.
 Collection getAddress()
          Retrieves a collection containing all the elements for the reference address.
 List getAddress(AccountAddressFilter filter)
          Retrieves the value for the reference address for the specified filter.
 List getAddress(AccountAddressQuery query)
          Retrieves the value for the reference address for the specified query.
 AccountAddress getAddress(String id)
          Retrieves the value for the reference address for the specified qualifier attribute value.
 String getAliasName()
           
 Collection getAssignedActivity()
          Retrieves a collection containing all the elements for the reference assignedActivity.
 List getAssignedActivity(ActivityFilter filter)
          Retrieves the value for the reference assignedActivity for the specified filter.
 List getAssignedActivity(ActivityQuery query)
          Retrieves the value for the reference assignedActivity for the specified query.
 Activity getAssignedActivity(String id)
          Retrieves the value for the reference assignedActivity for the specified qualifier attribute value.
 Collection getAssignedContract()
          Retrieves a collection containing all the elements for the reference assignedContract.
 List getAssignedContract(AbstractContractFilter filter)
          Retrieves the value for the reference assignedContract for the specified filter.
 List getAssignedContract(AbstractContractQuery query)
          Retrieves the value for the reference assignedContract for the specified query.
 AbstractContract getAssignedContract(String id)
          Retrieves the value for the reference assignedContract for the specified qualifier attribute value.
 Collection getAttachedDocument()
          Retrieves a collection containing all the elements for the reference attachedDocument.
 List getAttachedDocument(DocumentAttachmentFilter filter)
          Retrieves the value for the reference attachedDocument for the specified filter.
 List getAttachedDocument(DocumentAttachmentQuery query)
          Retrieves the value for the reference attachedDocument for the specified query.
 DocumentAttachment getAttachedDocument(String id)
          Retrieves the value for the reference attachedDocument for the specified qualifier attribute value.
 Collection getAudit()
          Retrieves a collection containing all the elements for the reference audit.
 List getAudit(AuditEntryFilter filter)
          Retrieves the value for the reference audit for the specified filter.
 List getAudit(AuditEntryQuery query)
          Retrieves the value for the reference audit for the specified query.
 AuditEntry getAudit(String id)
          Retrieves the value for the reference audit for the specified qualifier attribute value.
 List getBusinessType()
           
 short getBusinessType(int index)
           
 List getCategory()
           
 String getCategory(int index)
           
 Collection getContact()
          Retrieves the objects referenced by contact.
 Contact getContact(int index)
          Retrieves the value for the reference contact for the specified qualifier attribute value.
 Collection getContext()
          Retrieves the objects referenced by context.
 Context getContext(String id)
          Retrieves the value for the reference context for the specified qualifier attribute value.
 Date getCreatedAt()
          Retrieves the value for the attribute createdAt.
protected  Date getCreatedAt(int index)
           
 Set getCreatedBy()
           
 String getDescription()
           
 String getDisabledReason()
           
 Short getExtCode0()
           
 Short getExtCode1()
           
 Short getExtCode2()
           
 Short getExtCode3()
           
 Short getExtCode4()
           
 Short getExtCode5()
           
 Short getExtCode6()
           
 Short getExtCode7()
           
 Short getExtCode8()
           
 Short getExtCode9()
           
 javax.xml.datatype.XMLGregorianCalendar getExtDate0()
           
 javax.xml.datatype.XMLGregorianCalendar getExtDate1()
           
 javax.xml.datatype.XMLGregorianCalendar getExtDate2()
           
 javax.xml.datatype.XMLGregorianCalendar getExtDate3()
           
 javax.xml.datatype.XMLGregorianCalendar getExtDate4()
           
 javax.xml.datatype.XMLGregorianCalendar getExtDate5()
           
 javax.xml.datatype.XMLGregorianCalendar getExtDate6()
           
 javax.xml.datatype.XMLGregorianCalendar getExtDate7()
           
 javax.xml.datatype.XMLGregorianCalendar getExtDate8()
           
 javax.xml.datatype.XMLGregorianCalendar getExtDate9()
           
 Date getExtDateTime0()
           
 Date getExtDateTime1()
           
 Date getExtDateTime2()
           
 Date getExtDateTime3()
           
 Date getExtDateTime4()
           
 Date getExtDateTime5()
           
 Date getExtDateTime6()
           
 Date getExtDateTime7()
           
 Date getExtDateTime8()
           
 Date getExtDateTime9()
           
 List getExternalLink()
           
 String getExternalLink(int index)
           
 BigDecimal getExtNumber0()
           
 BigDecimal getExtNumber1()
           
 BigDecimal getExtNumber2()
           
 BigDecimal getExtNumber3()
           
 BigDecimal getExtNumber4()
           
 BigDecimal getExtNumber5()
           
 BigDecimal getExtNumber6()
           
 BigDecimal getExtNumber7()
           
 BigDecimal getExtNumber8()
           
 BigDecimal getExtNumber9()
           
 String getExtString0()
           
 String getExtString1()
           
 String getExtString2()
           
 String getExtString3()
           
 String getExtString4()
           
 String getExtString5()
           
 String getExtString6()
           
 String getExtString7()
           
 String getExtString8()
           
 String getExtString9()
           
 String getFullName()
           
 Collection getGroupMembership()
          Retrieves a collection containing all the elements for the reference groupMembership.
 List getGroupMembership(GroupMembershipFilter filter)
          Retrieves the value for the reference groupMembership for the specified filter.
 List getGroupMembership(GroupMembershipQuery query)
          Retrieves the value for the reference groupMembership for the specified query.
 GroupMembership getGroupMembership(String id)
          Retrieves the value for the reference groupMembership for the specified qualifier attribute value.
 String getIdentity()
          Retrieves the value for the attribute identity.
protected  String getIdentity(int index)
           
 Collection getIndexEntry()
          Retrieves a collection containing all the elements for the reference indexEntry.
 List getIndexEntry(IndexEntryFilter filter)
          Retrieves the value for the reference indexEntry for the specified filter.
 List getIndexEntry(IndexEntryQuery query)
          Retrieves the value for the reference indexEntry for the specified query.
 IndexEntry getIndexEntry(String id)
          Retrieves the value for the reference indexEntry for the specified qualifier attribute value.
 Collection getMedia()
          Retrieves a collection containing all the elements for the reference media.
 List getMedia(MediaFilter filter)
          Retrieves the value for the reference media for the specified filter.
 List getMedia(MediaQuery query)
          Retrieves the value for the reference media for the specified query.
 Media getMedia(String id)
          Retrieves the value for the reference media for the specified qualifier attribute value.
 Collection getMember()
          Retrieves a collection containing all the elements for the reference member.
 List getMember(MemberFilter filter)
          Retrieves the value for the reference member for the specified filter.
 List getMember(MemberQuery query)
          Retrieves the value for the reference member for the specified query.
 Member getMember(String id)
          Retrieves the value for the reference member for the specified qualifier attribute value.
 Date getModifiedAt()
          Retrieves the value for the attribute modifiedAt.
protected  Date getModifiedAt(int index)
           
 Set getModifiedBy()
           
 String getName()
          Retrieves the value for the attribute name.
protected  String getName(int index)
           
 Collection getNote()
          Retrieves a collection containing all the elements for the reference note.
 List getNote(NoteFilter filter)
          Retrieves the value for the reference note for the specified filter.
 List getNote(NoteQuery query)
          Retrieves the value for the reference note for the specified query.
 Note getNote(String id)
          Retrieves the value for the reference note for the specified qualifier attribute value.
 List getOwner()
           
 String getOwner(int index)
           
 Collection getOwningGroup()
          Retrieves the objects referenced by owningGroup.
 PrincipalGroup getOwningGroup(int index)
          Retrieves the value for the reference owningGroup for the specified qualifier attribute value.
 User getOwningUser()
          Retrieves the value for the optional reference owningUser.
 Collection getPartner()
          Retrieves the objects referenced by partner.
 Account getPartner(int index)
          Retrieves the value for the reference partner for the specified qualifier attribute value.
 Collection getProduct()
          Retrieves a collection containing all the elements for the reference product.
 List getProduct(ProductFilter filter)
          Retrieves the value for the reference product for the specified filter.
 List getProduct(ProductQuery query)
          Retrieves the value for the reference product for the specified query.
 Product getProduct(String id)
          Retrieves the value for the reference product for the specified qualifier attribute value.
 Collection getPropertySet()
          Retrieves a collection containing all the elements for the reference propertySet.
 List getPropertySet(PropertySetFilter filter)
          Retrieves the value for the reference propertySet for the specified filter.
 List getPropertySet(PropertySetQuery query)
          Retrieves the value for the reference propertySet for the specified query.
 PropertySet getPropertySet(String id)
          Retrieves the value for the reference propertySet for the specified qualifier attribute value.
 Collection getPropertySetEntry()
          Retrieves a collection containing all the elements for the reference propertySetEntry.
 List getPropertySetEntry(PropertySetEntryFilter filter)
          Retrieves the value for the reference propertySetEntry for the specified filter.
 List getPropertySetEntry(PropertySetEntryQuery query)
          Retrieves the value for the reference propertySetEntry for the specified query.
 PropertySetEntry getPropertySetEntry(String id)
          Retrieves the value for the reference propertySetEntry for the specified qualifier attribute value.
 Collection getRating()
          Retrieves a collection containing all the elements for the reference rating.
 List getRating(RatingFilter filter)
          Retrieves the value for the reference rating for the specified filter.
 List getRating(RatingQuery query)
          Retrieves the value for the reference rating for the specified query.
 Rating getRating(String id)
          Retrieves the value for the reference rating for the specified qualifier attribute value.
 Short getUserCode0()
           
 Short getUserCode1()
           
 Short getUserCode2()
           
 Short getUserCode3()
           
 List getUserCode4()
           
 short getUserCode4(int index)
           
 javax.xml.datatype.XMLGregorianCalendar getUserDate0()
           
 javax.xml.datatype.XMLGregorianCalendar getUserDate1()
           
 javax.xml.datatype.XMLGregorianCalendar getUserDate2()
           
 javax.xml.datatype.XMLGregorianCalendar getUserDate3()
           
 List getUserDate4()
           
 javax.xml.datatype.XMLGregorianCalendar getUserDate4(int index)
           
 Date getUserDateTime0()
           
 Date getUserDateTime1()
           
 Date getUserDateTime2()
           
 Date getUserDateTime3()
           
 List getUserDateTime4()
           
 Date getUserDateTime4(int index)
           
 BigDecimal getUserNumber0()
           
 BigDecimal getUserNumber1()
           
 BigDecimal getUserNumber2()
           
 BigDecimal getUserNumber3()
           
 List getUserNumber4()
           
 BigDecimal getUserNumber4(int index)
           
 String getUserString0()
           
 String getUserString1()
           
 String getUserString2()
           
 String getUserString3()
           
 List getUserString4()
           
 String getUserString4(int index)
           
 Collection getView()
          Retrieves a collection containing all the elements for the reference view.
 View getView(String namespace)
          Retrieves the value for the reference view for the specified qualifier attribute value.
 List getView(ViewFilter filter)
          Retrieves the value for the reference view for the specified filter.
 List getView(ViewQuery query)
          Retrieves the value for the reference view for the specified query.
 ImportResult importItem(byte[] item, String itemMimeType, String itemName, short locale)
           
 ImportResult importItem(ImportParams params)
           
 boolean isDisabled()
          Retrieves the value for the attribute disabled.
protected  boolean isDisabled(int index)
           
 Boolean isExtBoolean0()
           
 Boolean isExtBoolean1()
           
 Boolean isExtBoolean2()
           
 Boolean isExtBoolean3()
           
 Boolean isExtBoolean4()
           
 Boolean isExtBoolean5()
           
 Boolean isExtBoolean6()
           
 Boolean isExtBoolean7()
           
 Boolean isExtBoolean8()
           
 Boolean isExtBoolean9()
           
 Boolean isUserBoolean0()
           
 Boolean isUserBoolean1()
           
 Boolean isUserBoolean2()
           
 Boolean isUserBoolean3()
           
 List isUserBoolean4()
           
 boolean isUserBoolean4(int index)
           
protected  void removeAccessGrantedByParent()
           
 void removeAdditionalExternalLink(String id)
           
 void removeAddress(String id)
           
 ModifySecureObjectResult removeAllOwningGroup(RemoveAllOwningGroupParams params)
           
 ModifySecureObjectResult removeAllOwningGroup(short mode)
           
protected  void removeAssignedActivity(String id)
           
protected  void removeAssignedContract(String id)
           
 void removeAttachedDocument(String id)
           
protected  void removeAudit(String id)
           
 void removeContact(int index)
           
protected  void removeContext(String id)
           
protected  void removeGroupMembership(String id)
           
 void removeIndexEntry(String id)
           
 void removeMedia(String id)
           
 void removeMember(String id)
           
 void removeNote(String id)
           
 void removeOwningGroup(int index)
           
 ModifySecureObjectResult removeOwningGroup(ModifyOwningGroupParams params)
           
 ModifySecureObjectResult removeOwningGroup(PrincipalGroup group, short mode)
           
 void removeOwningUser()
          Removes the value for the optional reference owningUser.
 void removePartner(int index)
           
protected  void removeProduct(String id)
           
 void removePropertySet(String id)
           
protected  void removePropertySetEntry(String id)
           
 void removeRating(String id)
           
 Void removeSubscription()
           
 Void removeSubscription(Void params)
           
 Void removeSubscriptionForParent()
           
 Void removeSubscriptionForParent(Void params)
           
protected  void removeView(String namespace)
           
 Void sendAlert(SendAlertParams params)
           
 Void sendAlert(String description, short importance, String name, BasicObject reference, String toUsers)
           
protected  void setAccessGrantedByParent(BasicObject newValue)
           
 ModifySecureObjectResult setAccessLevel(SetAccessLevelParams params)
           
 ModifySecureObjectResult setAccessLevel(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short mode)
           
protected  void setAccessLevelBrowse(int index, short newValue)
           
 void setAccessLevelBrowse(short newValue)
          Sets a new value for the attribute accessLevelBrowse.
protected  void setAccessLevelDelete(int index, short newValue)
           
 void setAccessLevelDelete(short newValue)
          Sets a new value for the attribute accessLevelDelete.
protected  void setAccessLevelUpdate(int index, short newValue)
           
 void setAccessLevelUpdate(short newValue)
          Sets a new value for the attribute accessLevelUpdate.
 void setAccountCategory(List newValue)
           
 void setAccountCategory(short[] newValue)
           
protected  void setAccountRating(int index, short newValue)
           
 void setAccountRating(short newValue)
          Sets a new value for the attribute accountRating.
protected  void setAccountState(int index, short newValue)
           
 void setAccountState(short newValue)
          Sets a new value for the attribute accountState.
 void setAccountType(List newValue)
           
 void setAccountType(short[] newValue)
           
 void setAdditionalExternalLink(AdditionalExternalLink[] newValue)
           
 void setAdditionalExternalLink(List newValue)
           
 void setAddress(AccountAddress[] newValue)
           
 void setAddress(List newValue)
           
 void setAliasName(String newValue)
          Sets a new value for the attribute aliasName.
protected  void setAssignedActivity(Activity[] newValue)
           
protected  void setAssignedActivity(List newValue)
           
protected  void setAssignedContract(AbstractContract[] newValue)
           
protected  void setAssignedContract(List newValue)
           
 void setAttachedDocument(DocumentAttachment[] newValue)
           
 void setAttachedDocument(List newValue)
           
protected  void setAudit(AuditEntry[] newValue)
           
protected  void setAudit(List newValue)
           
 void setBusinessType(List newValue)
           
 void setBusinessType(short[] newValue)
           
 void setCategory(List newValue)
           
 void setCategory(String[] newValue)
           
 void setContact(Contact[] newValue)
           
 void setContact(List newValue)
           
protected  void setContext(Context[] newValue)
           
protected  void setContext(List newValue)
           
protected  void setCreatedAt(Date newValue)
           
protected  void setCreatedAt(int index, Date newValue)
           
protected  void setCreatedBy(Set newValue)
           
protected  void setCreatedBy(String[] newValue)
           
 void setDescription(String newValue)
          Sets a new value for the attribute description.
 void setDisabled(boolean newValue)
          Sets a new value for the attribute disabled.
protected  void setDisabled(int index, boolean newValue)
           
 void setDisabledReason(String newValue)
          Sets a new value for the attribute disabledReason.
 void setExtBoolean0(Boolean newValue)
          Sets a new value for the attribute extBoolean0.
 void setExtBoolean1(Boolean newValue)
          Sets a new value for the attribute extBoolean1.
 void setExtBoolean2(Boolean newValue)
          Sets a new value for the attribute extBoolean2.
 void setExtBoolean3(Boolean newValue)
          Sets a new value for the attribute extBoolean3.
 void setExtBoolean4(Boolean newValue)
          Sets a new value for the attribute extBoolean4.
 void setExtBoolean5(Boolean newValue)
          Sets a new value for the attribute extBoolean5.
 void setExtBoolean6(Boolean newValue)
          Sets a new value for the attribute extBoolean6.
 void setExtBoolean7(Boolean newValue)
          Sets a new value for the attribute extBoolean7.
 void setExtBoolean8(Boolean newValue)
          Sets a new value for the attribute extBoolean8.
 void setExtBoolean9(Boolean newValue)
          Sets a new value for the attribute extBoolean9.
 void setExtCode0(Short newValue)
          Sets a new value for the attribute extCode0.
 void setExtCode1(Short newValue)
          Sets a new value for the attribute extCode1.
 void setExtCode2(Short newValue)
          Sets a new value for the attribute extCode2.
 void setExtCode3(Short newValue)
          Sets a new value for the attribute extCode3.
 void setExtCode4(Short newValue)
          Sets a new value for the attribute extCode4.
 void setExtCode5(Short newValue)
          Sets a new value for the attribute extCode5.
 void setExtCode6(Short newValue)
          Sets a new value for the attribute extCode6.
 void setExtCode7(Short newValue)
          Sets a new value for the attribute extCode7.
 void setExtCode8(Short newValue)
          Sets a new value for the attribute extCode8.
 void setExtCode9(Short newValue)
          Sets a new value for the attribute extCode9.
 void setExtDate0(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute extDate0.
 void setExtDate1(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute extDate1.
 void setExtDate2(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute extDate2.
 void setExtDate3(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute extDate3.
 void setExtDate4(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute extDate4.
 void setExtDate5(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute extDate5.
 void setExtDate6(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute extDate6.
 void setExtDate7(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute extDate7.
 void setExtDate8(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute extDate8.
 void setExtDate9(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute extDate9.
 void setExtDateTime0(Date newValue)
          Sets a new value for the attribute extDateTime0.
 void setExtDateTime1(Date newValue)
          Sets a new value for the attribute extDateTime1.
 void setExtDateTime2(Date newValue)
          Sets a new value for the attribute extDateTime2.
 void setExtDateTime3(Date newValue)
          Sets a new value for the attribute extDateTime3.
 void setExtDateTime4(Date newValue)
          Sets a new value for the attribute extDateTime4.
 void setExtDateTime5(Date newValue)
          Sets a new value for the attribute extDateTime5.
 void setExtDateTime6(Date newValue)
          Sets a new value for the attribute extDateTime6.
 void setExtDateTime7(Date newValue)
          Sets a new value for the attribute extDateTime7.
 void setExtDateTime8(Date newValue)
          Sets a new value for the attribute extDateTime8.
 void setExtDateTime9(Date newValue)
          Sets a new value for the attribute extDateTime9.
 void setExternalLink(List newValue)
           
 void setExternalLink(String[] newValue)
           
 void setExtNumber0(BigDecimal newValue)
          Sets a new value for the attribute extNumber0.
 void setExtNumber1(BigDecimal newValue)
          Sets a new value for the attribute extNumber1.
 void setExtNumber2(BigDecimal newValue)
          Sets a new value for the attribute extNumber2.
 void setExtNumber3(BigDecimal newValue)
          Sets a new value for the attribute extNumber3.
 void setExtNumber4(BigDecimal newValue)
          Sets a new value for the attribute extNumber4.
 void setExtNumber5(BigDecimal newValue)
          Sets a new value for the attribute extNumber5.
 void setExtNumber6(BigDecimal newValue)
          Sets a new value for the attribute extNumber6.
 void setExtNumber7(BigDecimal newValue)
          Sets a new value for the attribute extNumber7.
 void setExtNumber8(BigDecimal newValue)
          Sets a new value for the attribute extNumber8.
 void setExtNumber9(BigDecimal newValue)
          Sets a new value for the attribute extNumber9.
 void setExtString0(String newValue)
          Sets a new value for the attribute extString0.
 void setExtString1(String newValue)
          Sets a new value for the attribute extString1.
 void setExtString2(String newValue)
          Sets a new value for the attribute extString2.
 void setExtString3(String newValue)
          Sets a new value for the attribute extString3.
 void setExtString4(String newValue)
          Sets a new value for the attribute extString4.
 void setExtString5(String newValue)
          Sets a new value for the attribute extString5.
 void setExtString6(String newValue)
          Sets a new value for the attribute extString6.
 void setExtString7(String newValue)
          Sets a new value for the attribute extString7.
 void setExtString8(String newValue)
          Sets a new value for the attribute extString8.
 void setExtString9(String newValue)
          Sets a new value for the attribute extString9.
protected  void setFullName(String newValue)
           
protected  void setGroupMembership(GroupMembership[] newValue)
           
protected  void setGroupMembership(List newValue)
           
protected  void setIdentity(int index, String newValue)
           
protected  void setIdentity(String newValue)
           
 void setIndexEntry(IndexEntry[] newValue)
           
 void setIndexEntry(List newValue)
           
 void setMedia(List newValue)
           
 void setMedia(Media[] newValue)
           
 void setMember(List newValue)
           
 void setMember(Member[] newValue)
           
protected  void setModifiedAt(Date newValue)
           
protected  void setModifiedAt(int index, Date newValue)
           
protected  void setModifiedBy(Set newValue)
           
protected  void setModifiedBy(String[] newValue)
           
protected  void setName(int index, String newValue)
           
 void setName(String newValue)
          Sets a new value for the attribute name.
 void setNote(List newValue)
           
 void setNote(Note[] newValue)
           
protected  void setOwner(List newValue)
           
protected  void setOwner(String[] newValue)
           
 void setOwningGroup(List newValue)
           
 void setOwningGroup(PrincipalGroup[] newValue)
           
 ModifySecureObjectResult setOwningUser(SetOwningUserParams params)
           
 ModifySecureObjectResult setOwningUser(short mode, User user)
           
 void setOwningUser(User newValue)
          Sets a new value for the reference owningUser.
 void setPartner(Account[] newValue)
           
 void setPartner(List newValue)
           
protected  void setProduct(List newValue)
           
protected  void setProduct(Product[] newValue)
           
 void setPropertySet(List newValue)
           
 void setPropertySet(PropertySet[] newValue)
           
protected  void setPropertySetEntry(List newValue)
           
protected  void setPropertySetEntry(PropertySetEntry[] newValue)
           
 void setRating(List newValue)
           
 void setRating(Rating[] newValue)
           
 void setUserBoolean0(Boolean newValue)
          Sets a new value for the attribute userBoolean0.
 void setUserBoolean1(Boolean newValue)
          Sets a new value for the attribute userBoolean1.
 void setUserBoolean2(Boolean newValue)
          Sets a new value for the attribute userBoolean2.
 void setUserBoolean3(Boolean newValue)
          Sets a new value for the attribute userBoolean3.
 void setUserBoolean4(boolean[] newValue)
           
 void setUserBoolean4(List newValue)
           
 void setUserCode0(Short newValue)
          Sets a new value for the attribute userCode0.
 void setUserCode1(Short newValue)
          Sets a new value for the attribute userCode1.
 void setUserCode2(Short newValue)
          Sets a new value for the attribute userCode2.
 void setUserCode3(Short newValue)
          Sets a new value for the attribute userCode3.
 void setUserCode4(List newValue)
           
 void setUserCode4(short[] newValue)
           
 void setUserDate0(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute userDate0.
 void setUserDate1(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute userDate1.
 void setUserDate2(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute userDate2.
 void setUserDate3(javax.xml.datatype.XMLGregorianCalendar newValue)
          Sets a new value for the attribute userDate3.
 void setUserDate4(List newValue)
           
 void setUserDate4(javax.xml.datatype.XMLGregorianCalendar[] newValue)
           
 void setUserDateTime0(Date newValue)
          Sets a new value for the attribute userDateTime0.
 void setUserDateTime1(Date newValue)
          Sets a new value for the attribute userDateTime1.
 void setUserDateTime2(Date newValue)
          Sets a new value for the attribute userDateTime2.
 void setUserDateTime3(Date newValue)
          Sets a new value for the attribute userDateTime3.
 void setUserDateTime4(Date[] newValue)
           
 void setUserDateTime4(List newValue)
           
 void setUserNumber0(BigDecimal newValue)
          Sets a new value for the attribute userNumber0.
 void setUserNumber1(BigDecimal newValue)
          Sets a new value for the attribute userNumber1.
 void setUserNumber2(BigDecimal newValue)
          Sets a new value for the attribute userNumber2.
 void setUserNumber3(BigDecimal newValue)
          Sets a new value for the attribute userNumber3.
 void setUserNumber4(BigDecimal[] newValue)
           
 void setUserNumber4(List newValue)
           
 void setUserString0(String newValue)
          Sets a new value for the attribute userString0.
 void setUserString1(String newValue)
          Sets a new value for the attribute userString1.
 void setUserString2(String newValue)
          Sets a new value for the attribute userString2.
 void setUserString3(String newValue)
          Sets a new value for the attribute userString3.
 void setUserString4(List newValue)
           
 void setUserString4(String[] newValue)
           
protected  void setView(List newValue)
           
protected  void setView(View[] newValue)
           
 Void updateIndex()
           
 Void updateIndex(Void params)
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefObject_1
equals, jdoCopyFields, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsToObjectId, jdoCopyKeyFieldsToObjectId, jdoGetObjectId, jdoGetPersistenceManager, jdoGetTransactionalObjectId, jdoGetVersion, jdoIsDeleted, jdoIsDetached, jdoIsDirty, jdoIsNew, jdoIsPersistent, jdoIsTransactional, jdoMakeDirty, jdoNewInstance, jdoNewInstance, jdoNewObjectIdInstance, jdoNewObjectIdInstance, jdoProvideField, jdoProvideFields, jdoReplaceField, jdoReplaceFields, jdoReplaceFlags, jdoReplaceStateManager, refAddEventListener, refAddToUnitOfWork, refAddValue, refAddValue, refAddValue, refClass, refContext, refDefaultFetchGroup, refDelegate, refDelete, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refImmediateComposite, refImmediatePackage, refInitialize, refInitialize, refInvokeOperation, refInvokeOperation, refIsDeleted, refIsDirty, refIsInstanceOf, refIsNew, refIsPersistent, refIsWriteProtected, refMetaObject, refMofId, refOutermostComposite, refOutermostPackage, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refRemoveValue, refRemoveValue, refSetValue, refSetValue, refSetValue, refSetValue, refVerifyConstraints, refWriteProtect, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Constructor Detail

UnspecifiedAccountImpl

public UnspecifiedAccountImpl(Object_1_0 object,
                              RefClass refClass)
Method Detail

getAccountCategory

public List getAccountCategory()
Specified by:
getAccountCategory in interface AbstractAccount
Returns:
A list containing all elements for this attribute.

getAccountCategory

public short getAccountCategory(int index)
Specified by:
getAccountCategory in interface AbstractAccount
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setAccountCategory

public void setAccountCategory(List newValue)
Specified by:
setAccountCategory in interface AbstractAccount
Parameters:
newValue - A list containing all the new elements for this attribute.

setAccountCategory

public void setAccountCategory(short[] newValue)
Specified by:
setAccountCategory in interface AbstractAccount
Parameters:
newValue - An array containing all the new elements for this attribute.

getAccountRating

public short getAccountRating()
Description copied from interface: AbstractAccount
Retrieves the value for the attribute accountRating.

Specified by:
getAccountRating in interface AbstractAccount
Returns:
The non-null value for attribute accountRating.

getAccountRating

protected short getAccountRating(int index)

setAccountRating

public void setAccountRating(short newValue)
Description copied from interface: AbstractAccount
Sets a new value for the attribute accountRating.

Specified by:
setAccountRating in interface AbstractAccount
Parameters:
newValue - The non-null new value for attribute accountRating.

setAccountRating

protected void setAccountRating(int index,
                                short newValue)

getAccountState

public short getAccountState()
Description copied from interface: AbstractAccount
Retrieves the value for the attribute accountState.

Specified by:
getAccountState in interface AbstractAccount
Returns:
The non-null value for attribute accountState.

getAccountState

protected short getAccountState(int index)

setAccountState

public void setAccountState(short newValue)
Description copied from interface: AbstractAccount
Sets a new value for the attribute accountState.

Specified by:
setAccountState in interface AbstractAccount
Parameters:
newValue - The non-null new value for attribute accountState.

setAccountState

protected void setAccountState(int index,
                               short newValue)

getAccountType

public List getAccountType()
Specified by:
getAccountType in interface AbstractAccount
Returns:
A list containing all elements for this attribute.

getAccountType

public short getAccountType(int index)
Specified by:
getAccountType in interface AbstractAccount
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setAccountType

public void setAccountType(List newValue)
Specified by:
setAccountType in interface AbstractAccount
Parameters:
newValue - A list containing all the new elements for this attribute.

setAccountType

public void setAccountType(short[] newValue)
Specified by:
setAccountType in interface AbstractAccount
Parameters:
newValue - An array containing all the new elements for this attribute.

getAliasName

public String getAliasName()
Specified by:
getAliasName in interface AbstractAccount
Returns:
The possibly null value for attribute aliasName.

setAliasName

public void setAliasName(String newValue)
Description copied from interface: AbstractAccount
Sets a new value for the attribute aliasName.

Specified by:
setAliasName in interface AbstractAccount
Parameters:
newValue - The possibly null new value for attribute aliasName.

getBusinessType

public List getBusinessType()
Specified by:
getBusinessType in interface AbstractAccount
Returns:
A list containing all elements for this attribute.

getBusinessType

public short getBusinessType(int index)
Specified by:
getBusinessType in interface AbstractAccount
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setBusinessType

public void setBusinessType(List newValue)
Specified by:
setBusinessType in interface AbstractAccount
Parameters:
newValue - A list containing all the new elements for this attribute.

setBusinessType

public void setBusinessType(short[] newValue)
Specified by:
setBusinessType in interface AbstractAccount
Parameters:
newValue - An array containing all the new elements for this attribute.

getDescription

public String getDescription()
Specified by:
getDescription in interface AbstractAccount
Returns:
The possibly null value for attribute description.

setDescription

public void setDescription(String newValue)
Description copied from interface: AbstractAccount
Sets a new value for the attribute description.

Specified by:
setDescription in interface AbstractAccount
Parameters:
newValue - The possibly null new value for attribute description.

getFullName

public String getFullName()
Specified by:
getFullName in interface AbstractAccount
Returns:
The possibly null value for attribute fullName.

setFullName

protected void setFullName(String newValue)

setAddress

public void setAddress(List newValue)

setAddress

public void setAddress(AccountAddress[] newValue)

getAddress

public AccountAddress getAddress(String id)
Description copied from interface: Account
Retrieves the value for the reference address for the specified qualifier attribute value.

Specified by:
getAddress in interface Account
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getAddress

public Collection getAddress()
Description copied from interface: Account
Retrieves a collection containing all the elements for the reference address.

Specified by:
getAddress in interface Account
Returns:
A collection containing all the elements for this reference.

getAddress

public List getAddress(AccountAddressFilter filter)
Description copied from interface: Account
Retrieves the value for the reference address for the specified filter.

Specified by:
getAddress in interface Account
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getAddress

public List getAddress(AccountAddressQuery query)
Description copied from interface: Account
Retrieves the value for the reference address for the specified query.

Specified by:
getAddress in interface Account
Returns:
The filtered collection of referenced objects.

addAddress

public void addAddress(String id,
                       AccountAddress newValue)
Specified by:
addAddress in interface Account
Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addAddress

public void addAddress(AccountAddress newValue)
Specified by:
addAddress in interface Account
Parameters:
newValue - The element to be appended.

removeAddress

public void removeAddress(String id)
Specified by:
removeAddress in interface Account

setAssignedActivity

protected void setAssignedActivity(List newValue)

setAssignedActivity

protected void setAssignedActivity(Activity[] newValue)

getAssignedActivity

public Activity getAssignedActivity(String id)
Description copied from interface: Account
Retrieves the value for the reference assignedActivity for the specified qualifier attribute value.

Specified by:
getAssignedActivity in interface Account
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getAssignedActivity

public Collection getAssignedActivity()
Description copied from interface: Account
Retrieves a collection containing all the elements for the reference assignedActivity.

Specified by:
getAssignedActivity in interface Account
Returns:
A collection containing all the elements for this reference.

getAssignedActivity

public List getAssignedActivity(ActivityFilter filter)
Description copied from interface: Account
Retrieves the value for the reference assignedActivity for the specified filter.

Specified by:
getAssignedActivity in interface Account
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getAssignedActivity

public List getAssignedActivity(ActivityQuery query)
Description copied from interface: Account
Retrieves the value for the reference assignedActivity for the specified query.

Specified by:
getAssignedActivity in interface Account
Returns:
The filtered collection of referenced objects.

addAssignedActivity

protected void addAssignedActivity(String id,
                                   Activity newValue)

addAssignedActivity

protected void addAssignedActivity(Activity newValue)

removeAssignedActivity

protected void removeAssignedActivity(String id)

setAssignedContract

protected void setAssignedContract(List newValue)

setAssignedContract

protected void setAssignedContract(AbstractContract[] newValue)

getAssignedContract

public AbstractContract getAssignedContract(String id)
Description copied from interface: Account
Retrieves the value for the reference assignedContract for the specified qualifier attribute value.

Specified by:
getAssignedContract in interface Account
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getAssignedContract

public Collection getAssignedContract()
Description copied from interface: Account
Retrieves a collection containing all the elements for the reference assignedContract.

Specified by:
getAssignedContract in interface Account
Returns:
A collection containing all the elements for this reference.

getAssignedContract

public List getAssignedContract(AbstractContractFilter filter)
Description copied from interface: Account
Retrieves the value for the reference assignedContract for the specified filter.

Specified by:
getAssignedContract in interface Account
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getAssignedContract

public List getAssignedContract(AbstractContractQuery query)
Description copied from interface: Account
Retrieves the value for the reference assignedContract for the specified query.

Specified by:
getAssignedContract in interface Account
Returns:
The filtered collection of referenced objects.

addAssignedContract

protected void addAssignedContract(String id,
                                   AbstractContract newValue)

addAssignedContract

protected void addAssignedContract(AbstractContract newValue)

removeAssignedContract

protected void removeAssignedContract(String id)

setContact

public void setContact(List newValue)

setContact

public void setContact(Contact[] newValue)

getContact

public Contact getContact(int index)
Description copied from interface: Account
Retrieves the value for the reference contact for the specified qualifier attribute value.

Specified by:
getContact in interface Account
Parameters:
index - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getContact

public Collection getContact()
Description copied from interface: Account
Retrieves the objects referenced by contact.

Specified by:
getContact in interface Account
Returns:
The collection of referenced objects.

addContact

public void addContact(int index,
                       Contact newValue)
Specified by:
addContact in interface Account
Parameters:
index - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addContact

public void addContact(Contact newValue)
Specified by:
addContact in interface Account
Parameters:
newValue - The element to be appended.

removeContact

public void removeContact(int index)
Specified by:
removeContact in interface Account

createInvoice

public CreateInvoiceResult createInvoice(CreateInvoiceParams params)
                                  throws RefException
Specified by:
createInvoice in interface Account
Throws:
RefException

createInvoice

public CreateInvoiceResult createInvoice(Invoice basedOn,
                                         String description,
                                         String name)
                                  throws RefException
Specified by:
createInvoice in interface Account
Throws:
RefException

createLead

public CreateLeadResult createLead(CreateLeadParams params)
                            throws RefException
Specified by:
createLead in interface Account
Throws:
RefException

createLead

public CreateLeadResult createLead(Lead basedOn,
                                   String description,
                                   String name,
                                   String nextStep)
                            throws RefException
Specified by:
createLead in interface Account
Throws:
RefException

createOpportunity

public CreateOpportunityResult createOpportunity(CreateOpportunityParams params)
                                          throws RefException
Specified by:
createOpportunity in interface Account
Throws:
RefException

createOpportunity

public CreateOpportunityResult createOpportunity(Opportunity basedOn,
                                                 String description,
                                                 String name)
                                          throws RefException
Specified by:
createOpportunity in interface Account
Throws:
RefException

createQuote

public CreateQuoteResult createQuote(CreateQuoteParams params)
                              throws RefException
Specified by:
createQuote in interface Account
Throws:
RefException

createQuote

public CreateQuoteResult createQuote(Quote basedOn,
                                     String description,
                                     String name)
                              throws RefException
Specified by:
createQuote in interface Account
Throws:
RefException

createSalesOrder

public CreateSalesOrderResult createSalesOrder(CreateSalesOrderParams params)
                                        throws RefException
Specified by:
createSalesOrder in interface Account
Throws:
RefException

createSalesOrder

public CreateSalesOrderResult createSalesOrder(SalesOrder basedOn,
                                               String description,
                                               String name)
                                        throws RefException
Specified by:
createSalesOrder in interface Account
Throws:
RefException

setGroupMembership

protected void setGroupMembership(List newValue)

setGroupMembership

protected void setGroupMembership(GroupMembership[] newValue)

getGroupMembership

public GroupMembership getGroupMembership(String id)
Description copied from interface: Account
Retrieves the value for the reference groupMembership for the specified qualifier attribute value.

Specified by:
getGroupMembership in interface Account
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getGroupMembership

public Collection getGroupMembership()
Description copied from interface: Account
Retrieves a collection containing all the elements for the reference groupMembership.

Specified by:
getGroupMembership in interface Account
Returns:
A collection containing all the elements for this reference.

getGroupMembership

public List getGroupMembership(GroupMembershipFilter filter)
Description copied from interface: Account
Retrieves the value for the reference groupMembership for the specified filter.

Specified by:
getGroupMembership in interface Account
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getGroupMembership

public List getGroupMembership(GroupMembershipQuery query)
Description copied from interface: Account
Retrieves the value for the reference groupMembership for the specified query.

Specified by:
getGroupMembership in interface Account
Returns:
The filtered collection of referenced objects.

addGroupMembership

protected void addGroupMembership(String id,
                                  GroupMembership newValue)

addGroupMembership

protected void addGroupMembership(GroupMembership newValue)

removeGroupMembership

protected void removeGroupMembership(String id)

setPartner

public void setPartner(List newValue)

setPartner

public void setPartner(Account[] newValue)

getPartner

public Account getPartner(int index)
Description copied from interface: Account
Retrieves the value for the reference partner for the specified qualifier attribute value.

Specified by:
getPartner in interface Account
Parameters:
index - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getPartner

public Collection getPartner()
Description copied from interface: Account
Retrieves the objects referenced by partner.

Specified by:
getPartner in interface Account
Returns:
The collection of referenced objects.

addPartner

public void addPartner(int index,
                       Account newValue)
Specified by:
addPartner in interface Account
Parameters:
index - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addPartner

public void addPartner(Account newValue)
Specified by:
addPartner in interface Account
Parameters:
newValue - The element to be appended.

removePartner

public void removePartner(int index)
Specified by:
removePartner in interface Account

setProduct

protected void setProduct(List newValue)

setProduct

protected void setProduct(Product[] newValue)

getProduct

public Product getProduct(String id)
Description copied from interface: Account
Retrieves the value for the reference product for the specified qualifier attribute value.

Specified by:
getProduct in interface Account
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getProduct

public Collection getProduct()
Description copied from interface: Account
Retrieves a collection containing all the elements for the reference product.

Specified by:
getProduct in interface Account
Returns:
A collection containing all the elements for this reference.

getProduct

public List getProduct(ProductFilter filter)
Description copied from interface: Account
Retrieves the value for the reference product for the specified filter.

Specified by:
getProduct in interface Account
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getProduct

public List getProduct(ProductQuery query)
Description copied from interface: Account
Retrieves the value for the reference product for the specified query.

Specified by:
getProduct in interface Account
Returns:
The filtered collection of referenced objects.

addProduct

protected void addProduct(String id,
                          Product newValue)

addProduct

protected void addProduct(Product newValue)

removeProduct

protected void removeProduct(String id)

setMember

public void setMember(List newValue)

setMember

public void setMember(Member[] newValue)

getMember

public Member getMember(String id)
Description copied from interface: Group
Retrieves the value for the reference member for the specified qualifier attribute value.

Specified by:
getMember in interface Group
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getMember

public Collection getMember()
Description copied from interface: Group
Retrieves a collection containing all the elements for the reference member.

Specified by:
getMember in interface Group
Returns:
A collection containing all the elements for this reference.

getMember

public List getMember(MemberFilter filter)
Description copied from interface: Group
Retrieves the value for the reference member for the specified filter.

Specified by:
getMember in interface Group
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getMember

public List getMember(MemberQuery query)
Description copied from interface: Group
Retrieves the value for the reference member for the specified query.

Specified by:
getMember in interface Group
Returns:
The filtered collection of referenced objects.

addMember

public void addMember(String id,
                      Member newValue)
Specified by:
addMember in interface Group
Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addMember

public void addMember(Member newValue)
Specified by:
addMember in interface Group
Parameters:
newValue - The element to be appended.

removeMember

public void removeMember(String id)
Specified by:
removeMember in interface Group

getName

public String getName()
Description copied from interface: Group
Retrieves the value for the attribute name.

Specified by:
getName in interface Group
Returns:
The non-null value for attribute name.

getName

protected String getName(int index)

setName

public void setName(String newValue)
Description copied from interface: Group
Sets a new value for the attribute name.

Specified by:
setName in interface Group
Parameters:
newValue - The non-null new value for attribute name.

setName

protected void setName(int index,
                       String newValue)

isExtBoolean0

public Boolean isExtBoolean0()
Specified by:
isExtBoolean0 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extBoolean0.

setExtBoolean0

public void setExtBoolean0(Boolean newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extBoolean0.

Specified by:
setExtBoolean0 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extBoolean0.

isExtBoolean1

public Boolean isExtBoolean1()
Specified by:
isExtBoolean1 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extBoolean1.

setExtBoolean1

public void setExtBoolean1(Boolean newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extBoolean1.

Specified by:
setExtBoolean1 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extBoolean1.

isExtBoolean2

public Boolean isExtBoolean2()
Specified by:
isExtBoolean2 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extBoolean2.

setExtBoolean2

public void setExtBoolean2(Boolean newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extBoolean2.

Specified by:
setExtBoolean2 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extBoolean2.

isExtBoolean3

public Boolean isExtBoolean3()
Specified by:
isExtBoolean3 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extBoolean3.

setExtBoolean3

public void setExtBoolean3(Boolean newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extBoolean3.

Specified by:
setExtBoolean3 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extBoolean3.

isExtBoolean4

public Boolean isExtBoolean4()
Specified by:
isExtBoolean4 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extBoolean4.

setExtBoolean4

public void setExtBoolean4(Boolean newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extBoolean4.

Specified by:
setExtBoolean4 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extBoolean4.

isExtBoolean5

public Boolean isExtBoolean5()
Specified by:
isExtBoolean5 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extBoolean5.

setExtBoolean5

public void setExtBoolean5(Boolean newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extBoolean5.

Specified by:
setExtBoolean5 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extBoolean5.

isExtBoolean6

public Boolean isExtBoolean6()
Specified by:
isExtBoolean6 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extBoolean6.

setExtBoolean6

public void setExtBoolean6(Boolean newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extBoolean6.

Specified by:
setExtBoolean6 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extBoolean6.

isExtBoolean7

public Boolean isExtBoolean7()
Specified by:
isExtBoolean7 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extBoolean7.

setExtBoolean7

public void setExtBoolean7(Boolean newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extBoolean7.

Specified by:
setExtBoolean7 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extBoolean7.

isExtBoolean8

public Boolean isExtBoolean8()
Specified by:
isExtBoolean8 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extBoolean8.

setExtBoolean8

public void setExtBoolean8(Boolean newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extBoolean8.

Specified by:
setExtBoolean8 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extBoolean8.

isExtBoolean9

public Boolean isExtBoolean9()
Specified by:
isExtBoolean9 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extBoolean9.

setExtBoolean9

public void setExtBoolean9(Boolean newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extBoolean9.

Specified by:
setExtBoolean9 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extBoolean9.

getExtCode0

public Short getExtCode0()
Specified by:
getExtCode0 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extCode0.

setExtCode0

public void setExtCode0(Short newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extCode0.

Specified by:
setExtCode0 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extCode0.

getExtCode1

public Short getExtCode1()
Specified by:
getExtCode1 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extCode1.

setExtCode1

public void setExtCode1(Short newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extCode1.

Specified by:
setExtCode1 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extCode1.

getExtCode2

public Short getExtCode2()
Specified by:
getExtCode2 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extCode2.

setExtCode2

public void setExtCode2(Short newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extCode2.

Specified by:
setExtCode2 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extCode2.

getExtCode3

public Short getExtCode3()
Specified by:
getExtCode3 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extCode3.

setExtCode3

public void setExtCode3(Short newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extCode3.

Specified by:
setExtCode3 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extCode3.

getExtCode4

public Short getExtCode4()
Specified by:
getExtCode4 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extCode4.

setExtCode4

public void setExtCode4(Short newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extCode4.

Specified by:
setExtCode4 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extCode4.

getExtCode5

public Short getExtCode5()
Specified by:
getExtCode5 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extCode5.

setExtCode5

public void setExtCode5(Short newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extCode5.

Specified by:
setExtCode5 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extCode5.

getExtCode6

public Short getExtCode6()
Specified by:
getExtCode6 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extCode6.

setExtCode6

public void setExtCode6(Short newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extCode6.

Specified by:
setExtCode6 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extCode6.

getExtCode7

public Short getExtCode7()
Specified by:
getExtCode7 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extCode7.

setExtCode7

public void setExtCode7(Short newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extCode7.

Specified by:
setExtCode7 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extCode7.

getExtCode8

public Short getExtCode8()
Specified by:
getExtCode8 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extCode8.

setExtCode8

public void setExtCode8(Short newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extCode8.

Specified by:
setExtCode8 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extCode8.

getExtCode9

public Short getExtCode9()
Specified by:
getExtCode9 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extCode9.

setExtCode9

public void setExtCode9(Short newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extCode9.

Specified by:
setExtCode9 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extCode9.

getExtDate0

public javax.xml.datatype.XMLGregorianCalendar getExtDate0()
Specified by:
getExtDate0 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDate0.

setExtDate0

public void setExtDate0(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDate0.

Specified by:
setExtDate0 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDate0.

getExtDate1

public javax.xml.datatype.XMLGregorianCalendar getExtDate1()
Specified by:
getExtDate1 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDate1.

setExtDate1

public void setExtDate1(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDate1.

Specified by:
setExtDate1 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDate1.

getExtDate2

public javax.xml.datatype.XMLGregorianCalendar getExtDate2()
Specified by:
getExtDate2 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDate2.

setExtDate2

public void setExtDate2(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDate2.

Specified by:
setExtDate2 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDate2.

getExtDate3

public javax.xml.datatype.XMLGregorianCalendar getExtDate3()
Specified by:
getExtDate3 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDate3.

setExtDate3

public void setExtDate3(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDate3.

Specified by:
setExtDate3 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDate3.

getExtDate4

public javax.xml.datatype.XMLGregorianCalendar getExtDate4()
Specified by:
getExtDate4 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDate4.

setExtDate4

public void setExtDate4(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDate4.

Specified by:
setExtDate4 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDate4.

getExtDate5

public javax.xml.datatype.XMLGregorianCalendar getExtDate5()
Specified by:
getExtDate5 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDate5.

setExtDate5

public void setExtDate5(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDate5.

Specified by:
setExtDate5 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDate5.

getExtDate6

public javax.xml.datatype.XMLGregorianCalendar getExtDate6()
Specified by:
getExtDate6 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDate6.

setExtDate6

public void setExtDate6(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDate6.

Specified by:
setExtDate6 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDate6.

getExtDate7

public javax.xml.datatype.XMLGregorianCalendar getExtDate7()
Specified by:
getExtDate7 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDate7.

setExtDate7

public void setExtDate7(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDate7.

Specified by:
setExtDate7 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDate7.

getExtDate8

public javax.xml.datatype.XMLGregorianCalendar getExtDate8()
Specified by:
getExtDate8 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDate8.

setExtDate8

public void setExtDate8(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDate8.

Specified by:
setExtDate8 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDate8.

getExtDate9

public javax.xml.datatype.XMLGregorianCalendar getExtDate9()
Specified by:
getExtDate9 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDate9.

setExtDate9

public void setExtDate9(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDate9.

Specified by:
setExtDate9 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDate9.

getExtDateTime0

public Date getExtDateTime0()
Specified by:
getExtDateTime0 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDateTime0.

setExtDateTime0

public void setExtDateTime0(Date newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDateTime0.

Specified by:
setExtDateTime0 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDateTime0.

getExtDateTime1

public Date getExtDateTime1()
Specified by:
getExtDateTime1 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDateTime1.

setExtDateTime1

public void setExtDateTime1(Date newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDateTime1.

Specified by:
setExtDateTime1 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDateTime1.

getExtDateTime2

public Date getExtDateTime2()
Specified by:
getExtDateTime2 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDateTime2.

setExtDateTime2

public void setExtDateTime2(Date newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDateTime2.

Specified by:
setExtDateTime2 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDateTime2.

getExtDateTime3

public Date getExtDateTime3()
Specified by:
getExtDateTime3 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDateTime3.

setExtDateTime3

public void setExtDateTime3(Date newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDateTime3.

Specified by:
setExtDateTime3 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDateTime3.

getExtDateTime4

public Date getExtDateTime4()
Specified by:
getExtDateTime4 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDateTime4.

setExtDateTime4

public void setExtDateTime4(Date newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDateTime4.

Specified by:
setExtDateTime4 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDateTime4.

getExtDateTime5

public Date getExtDateTime5()
Specified by:
getExtDateTime5 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDateTime5.

setExtDateTime5

public void setExtDateTime5(Date newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDateTime5.

Specified by:
setExtDateTime5 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDateTime5.

getExtDateTime6

public Date getExtDateTime6()
Specified by:
getExtDateTime6 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDateTime6.

setExtDateTime6

public void setExtDateTime6(Date newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDateTime6.

Specified by:
setExtDateTime6 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDateTime6.

getExtDateTime7

public Date getExtDateTime7()
Specified by:
getExtDateTime7 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDateTime7.

setExtDateTime7

public void setExtDateTime7(Date newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDateTime7.

Specified by:
setExtDateTime7 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDateTime7.

getExtDateTime8

public Date getExtDateTime8()
Specified by:
getExtDateTime8 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDateTime8.

setExtDateTime8

public void setExtDateTime8(Date newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDateTime8.

Specified by:
setExtDateTime8 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDateTime8.

getExtDateTime9

public Date getExtDateTime9()
Specified by:
getExtDateTime9 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extDateTime9.

setExtDateTime9

public void setExtDateTime9(Date newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extDateTime9.

Specified by:
setExtDateTime9 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extDateTime9.

getExtNumber0

public BigDecimal getExtNumber0()
Specified by:
getExtNumber0 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extNumber0.

setExtNumber0

public void setExtNumber0(BigDecimal newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extNumber0.

Specified by:
setExtNumber0 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extNumber0.

getExtNumber1

public BigDecimal getExtNumber1()
Specified by:
getExtNumber1 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extNumber1.

setExtNumber1

public void setExtNumber1(BigDecimal newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extNumber1.

Specified by:
setExtNumber1 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extNumber1.

getExtNumber2

public BigDecimal getExtNumber2()
Specified by:
getExtNumber2 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extNumber2.

setExtNumber2

public void setExtNumber2(BigDecimal newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extNumber2.

Specified by:
setExtNumber2 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extNumber2.

getExtNumber3

public BigDecimal getExtNumber3()
Specified by:
getExtNumber3 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extNumber3.

setExtNumber3

public void setExtNumber3(BigDecimal newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extNumber3.

Specified by:
setExtNumber3 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extNumber3.

getExtNumber4

public BigDecimal getExtNumber4()
Specified by:
getExtNumber4 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extNumber4.

setExtNumber4

public void setExtNumber4(BigDecimal newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extNumber4.

Specified by:
setExtNumber4 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extNumber4.

getExtNumber5

public BigDecimal getExtNumber5()
Specified by:
getExtNumber5 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extNumber5.

setExtNumber5

public void setExtNumber5(BigDecimal newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extNumber5.

Specified by:
setExtNumber5 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extNumber5.

getExtNumber6

public BigDecimal getExtNumber6()
Specified by:
getExtNumber6 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extNumber6.

setExtNumber6

public void setExtNumber6(BigDecimal newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extNumber6.

Specified by:
setExtNumber6 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extNumber6.

getExtNumber7

public BigDecimal getExtNumber7()
Specified by:
getExtNumber7 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extNumber7.

setExtNumber7

public void setExtNumber7(BigDecimal newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extNumber7.

Specified by:
setExtNumber7 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extNumber7.

getExtNumber8

public BigDecimal getExtNumber8()
Specified by:
getExtNumber8 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extNumber8.

setExtNumber8

public void setExtNumber8(BigDecimal newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extNumber8.

Specified by:
setExtNumber8 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extNumber8.

getExtNumber9

public BigDecimal getExtNumber9()
Specified by:
getExtNumber9 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extNumber9.

setExtNumber9

public void setExtNumber9(BigDecimal newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extNumber9.

Specified by:
setExtNumber9 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extNumber9.

getExtString0

public String getExtString0()
Specified by:
getExtString0 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extString0.

setExtString0

public void setExtString0(String newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extString0.

Specified by:
setExtString0 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extString0.

getExtString1

public String getExtString1()
Specified by:
getExtString1 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extString1.

setExtString1

public void setExtString1(String newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extString1.

Specified by:
setExtString1 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extString1.

getExtString2

public String getExtString2()
Specified by:
getExtString2 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extString2.

setExtString2

public void setExtString2(String newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extString2.

Specified by:
setExtString2 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extString2.

getExtString3

public String getExtString3()
Specified by:
getExtString3 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extString3.

setExtString3

public void setExtString3(String newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extString3.

Specified by:
setExtString3 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extString3.

getExtString4

public String getExtString4()
Specified by:
getExtString4 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extString4.

setExtString4

public void setExtString4(String newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extString4.

Specified by:
setExtString4 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extString4.

getExtString5

public String getExtString5()
Specified by:
getExtString5 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extString5.

setExtString5

public void setExtString5(String newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extString5.

Specified by:
setExtString5 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extString5.

getExtString6

public String getExtString6()
Specified by:
getExtString6 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extString6.

setExtString6

public void setExtString6(String newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extString6.

Specified by:
setExtString6 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extString6.

getExtString7

public String getExtString7()
Specified by:
getExtString7 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extString7.

setExtString7

public void setExtString7(String newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extString7.

Specified by:
setExtString7 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extString7.

getExtString8

public String getExtString8()
Specified by:
getExtString8 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extString8.

setExtString8

public void setExtString8(String newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extString8.

Specified by:
setExtString8 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extString8.

getExtString9

public String getExtString9()
Specified by:
getExtString9 in interface UnspecifiedAccount
Returns:
The possibly null value for attribute extString9.

setExtString9

public void setExtString9(String newValue)
Description copied from interface: UnspecifiedAccount
Sets a new value for the attribute extString9.

Specified by:
setExtString9 in interface UnspecifiedAccount
Parameters:
newValue - The possibly null new value for attribute extString9.

sendAlert

public Void sendAlert(SendAlertParams params)
               throws RefException
Specified by:
sendAlert in interface AlertSender
Throws:
RefException

sendAlert

public Void sendAlert(String description,
                      short importance,
                      String name,
                      BasicObject reference,
                      String toUsers)
               throws RefException
Specified by:
sendAlert in interface AlertSender
Throws:
RefException

setAudit

protected void setAudit(List newValue)

setAudit

protected void setAudit(AuditEntry[] newValue)

getAudit

public AuditEntry getAudit(String id)
Description copied from interface: Auditee
Retrieves the value for the reference audit for the specified qualifier attribute value.

Specified by:
getAudit in interface Auditee
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getAudit

public Collection getAudit()
Description copied from interface: Auditee
Retrieves a collection containing all the elements for the reference audit.

Specified by:
getAudit in interface Auditee
Returns:
A collection containing all the elements for this reference.

getAudit

public List getAudit(AuditEntryFilter filter)
Description copied from interface: Auditee
Retrieves the value for the reference audit for the specified filter.

Specified by:
getAudit in interface Auditee
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getAudit

public List getAudit(AuditEntryQuery query)
Description copied from interface: Auditee
Retrieves the value for the reference audit for the specified query.

Specified by:
getAudit in interface Auditee
Returns:
The filtered collection of referenced objects.

addAudit

protected void addAudit(String id,
                        AuditEntry newValue)

addAudit

protected void addAudit(AuditEntry newValue)

removeAudit

protected void removeAudit(String id)

clone_

public CloneResult clone_(CloneParams params)
                   throws RefException
Specified by:
clone_ in interface Cloneable
Throws:
RefException

clone_

public CloneResult clone_(String referenceFilter)
                   throws RefException
Specified by:
clone_ in interface Cloneable
Throws:
RefException

importItem

public ImportResult importItem(ImportParams params)
                        throws RefException
Specified by:
importItem in interface Importer
Throws:
RefException

importItem

public ImportResult importItem(byte[] item,
                               String itemMimeType,
                               String itemName,
                               short locale)
                        throws RefException
Specified by:
importItem in interface Importer
Throws:
RefException

setIndexEntry

public void setIndexEntry(List newValue)

setIndexEntry

public void setIndexEntry(IndexEntry[] newValue)

getIndexEntry

public IndexEntry getIndexEntry(String id)
Description copied from interface: Indexed
Retrieves the value for the reference indexEntry for the specified qualifier attribute value.

Specified by:
getIndexEntry in interface Indexed
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getIndexEntry

public Collection getIndexEntry()
Description copied from interface: Indexed
Retrieves a collection containing all the elements for the reference indexEntry.

Specified by:
getIndexEntry in interface Indexed
Returns:
A collection containing all the elements for this reference.

getIndexEntry

public List getIndexEntry(IndexEntryFilter filter)
Description copied from interface: Indexed
Retrieves the value for the reference indexEntry for the specified filter.

Specified by:
getIndexEntry in interface Indexed
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getIndexEntry

public List getIndexEntry(IndexEntryQuery query)
Description copied from interface: Indexed
Retrieves the value for the reference indexEntry for the specified query.

Specified by:
getIndexEntry in interface Indexed
Returns:
The filtered collection of referenced objects.

addIndexEntry

public void addIndexEntry(String id,
                          IndexEntry newValue)
Specified by:
addIndexEntry in interface Indexed
Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addIndexEntry

public void addIndexEntry(IndexEntry newValue)
Specified by:
addIndexEntry in interface Indexed
Parameters:
newValue - The element to be appended.

removeIndexEntry

public void removeIndexEntry(String id)
Specified by:
removeIndexEntry in interface Indexed

updateIndex

public Void updateIndex(Void params)
                 throws RefException
Specified by:
updateIndex in interface Indexed
Throws:
RefException

updateIndex

public Void updateIndex()
                 throws RefException
Specified by:
updateIndex in interface Indexed
Throws:
RefException

getAccessGrantedByParent

public BasicObject getAccessGrantedByParent()
Description copied from interface: SecureObject
Retrieves the value for the optional reference accessGrantedByParent.

Specified by:
getAccessGrantedByParent in interface SecureObject
Returns:
The possibly null value for this reference.

setAccessGrantedByParent

protected void setAccessGrantedByParent(BasicObject newValue)

removeAccessGrantedByParent

protected void removeAccessGrantedByParent()

getAccessLevelBrowse

public short getAccessLevelBrowse()
Description copied from interface: SecureObject
Retrieves the value for the attribute accessLevelBrowse.

Specified by:
getAccessLevelBrowse in interface SecureObject
Returns:
The non-null value for attribute accessLevelBrowse.

getAccessLevelBrowse

protected short getAccessLevelBrowse(int index)

setAccessLevelBrowse

public void setAccessLevelBrowse(short newValue)
Description copied from interface: SecureObject
Sets a new value for the attribute accessLevelBrowse.

Specified by:
setAccessLevelBrowse in interface SecureObject
Parameters:
newValue - The non-null new value for attribute accessLevelBrowse.

setAccessLevelBrowse

protected void setAccessLevelBrowse(int index,
                                    short newValue)

getAccessLevelDelete

public short getAccessLevelDelete()
Description copied from interface: SecureObject
Retrieves the value for the attribute accessLevelDelete.

Specified by:
getAccessLevelDelete in interface SecureObject
Returns:
The non-null value for attribute accessLevelDelete.

getAccessLevelDelete

protected short getAccessLevelDelete(int index)

setAccessLevelDelete

public void setAccessLevelDelete(short newValue)
Description copied from interface: SecureObject
Sets a new value for the attribute accessLevelDelete.

Specified by:
setAccessLevelDelete in interface SecureObject
Parameters:
newValue - The non-null new value for attribute accessLevelDelete.

setAccessLevelDelete

protected void setAccessLevelDelete(int index,
                                    short newValue)

getAccessLevelUpdate

public short getAccessLevelUpdate()
Description copied from interface: SecureObject
Retrieves the value for the attribute accessLevelUpdate.

Specified by:
getAccessLevelUpdate in interface SecureObject
Returns:
The non-null value for attribute accessLevelUpdate.

getAccessLevelUpdate

protected short getAccessLevelUpdate(int index)

setAccessLevelUpdate

public void setAccessLevelUpdate(short newValue)
Description copied from interface: SecureObject
Sets a new value for the attribute accessLevelUpdate.

Specified by:
setAccessLevelUpdate in interface SecureObject
Parameters:
newValue - The non-null new value for attribute accessLevelUpdate.

setAccessLevelUpdate

protected void setAccessLevelUpdate(int index,
                                    short newValue)

addOwningGroup

public ModifySecureObjectResult addOwningGroup(ModifyOwningGroupParams params)
                                        throws RefException
Specified by:
addOwningGroup in interface SecureObject
Throws:
RefException

addOwningGroup

public ModifySecureObjectResult addOwningGroup(PrincipalGroup group,
                                               short mode)
                                        throws RefException
Specified by:
addOwningGroup in interface SecureObject
Throws:
RefException

getOwner

public List getOwner()
Specified by:
getOwner in interface SecureObject
Returns:
A list containing all elements for this attribute.

getOwner

public String getOwner(int index)
Specified by:
getOwner in interface SecureObject
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setOwner

protected void setOwner(List newValue)

setOwner

protected void setOwner(String[] newValue)

setOwningGroup

public void setOwningGroup(List newValue)

setOwningGroup

public void setOwningGroup(PrincipalGroup[] newValue)

getOwningGroup

public PrincipalGroup getOwningGroup(int index)
Description copied from interface: SecureObject
Retrieves the value for the reference owningGroup for the specified qualifier attribute value.

Specified by:
getOwningGroup in interface SecureObject
Parameters:
index - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getOwningGroup

public Collection getOwningGroup()
Description copied from interface: SecureObject
Retrieves the objects referenced by owningGroup.

Specified by:
getOwningGroup in interface SecureObject
Returns:
The collection of referenced objects.

addOwningGroup

public void addOwningGroup(int index,
                           PrincipalGroup newValue)
Specified by:
addOwningGroup in interface SecureObject
Parameters:
index - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addOwningGroup

public void addOwningGroup(PrincipalGroup newValue)
Specified by:
addOwningGroup in interface SecureObject
Parameters:
newValue - The element to be appended.

removeOwningGroup

public void removeOwningGroup(int index)
Specified by:
removeOwningGroup in interface SecureObject

getOwningUser

public User getOwningUser()
Description copied from interface: SecureObject
Retrieves the value for the optional reference owningUser.

Specified by:
getOwningUser in interface SecureObject
Returns:
The possibly null value for this reference.

setOwningUser

public void setOwningUser(User newValue)
Description copied from interface: SecureObject
Sets a new value for the reference owningUser.

Specified by:
setOwningUser in interface SecureObject
Parameters:
newValue - The non-null new value for this reference.

removeOwningUser

public void removeOwningUser()
Description copied from interface: SecureObject
Removes the value for the optional reference owningUser.

Specified by:
removeOwningUser in interface SecureObject

removeAllOwningGroup

public ModifySecureObjectResult removeAllOwningGroup(RemoveAllOwningGroupParams params)
                                              throws RefException
Specified by:
removeAllOwningGroup in interface SecureObject
Throws:
RefException

removeAllOwningGroup

public ModifySecureObjectResult removeAllOwningGroup(short mode)
                                              throws RefException
Specified by:
removeAllOwningGroup in interface SecureObject
Throws:
RefException

removeOwningGroup

public ModifySecureObjectResult removeOwningGroup(ModifyOwningGroupParams params)
                                           throws RefException
Specified by:
removeOwningGroup in interface SecureObject
Throws:
RefException

removeOwningGroup

public ModifySecureObjectResult removeOwningGroup(PrincipalGroup group,
                                                  short mode)
                                           throws RefException
Specified by:
removeOwningGroup in interface SecureObject
Throws:
RefException

setAccessLevel

public ModifySecureObjectResult setAccessLevel(SetAccessLevelParams params)
                                        throws RefException
Specified by:
setAccessLevel in interface SecureObject
Throws:
RefException

setAccessLevel

public ModifySecureObjectResult setAccessLevel(short accessLevelBrowse,
                                               short accessLevelDelete,
                                               short accessLevelUpdate,
                                               short mode)
                                        throws RefException
Specified by:
setAccessLevel in interface SecureObject
Throws:
RefException

setOwningUser

public ModifySecureObjectResult setOwningUser(SetOwningUserParams params)
                                       throws RefException
Specified by:
setOwningUser in interface SecureObject
Throws:
RefException

setOwningUser

public ModifySecureObjectResult setOwningUser(short mode,
                                              User user)
                                       throws RefException
Specified by:
setOwningUser in interface SecureObject
Throws:
RefException

addSubscription

public Void addSubscription(Void params)
                     throws RefException
Specified by:
addSubscription in interface SubscriptionTarget
Throws:
RefException

addSubscription

public Void addSubscription()
                     throws RefException
Specified by:
addSubscription in interface SubscriptionTarget
Throws:
RefException

addSubscriptionForParent

public Void addSubscriptionForParent(Void params)
                              throws RefException
Specified by:
addSubscriptionForParent in interface SubscriptionTarget
Throws:
RefException

addSubscriptionForParent

public Void addSubscriptionForParent()
                              throws RefException
Specified by:
addSubscriptionForParent in interface SubscriptionTarget
Throws:
RefException

removeSubscription

public Void removeSubscription(Void params)
                        throws RefException
Specified by:
removeSubscription in interface SubscriptionTarget
Throws:
RefException

removeSubscription

public Void removeSubscription()
                        throws RefException
Specified by:
removeSubscription in interface SubscriptionTarget
Throws:
RefException

removeSubscriptionForParent

public Void removeSubscriptionForParent(Void params)
                                 throws RefException
Specified by:
removeSubscriptionForParent in interface SubscriptionTarget
Throws:
RefException

removeSubscriptionForParent

public Void removeSubscriptionForParent()
                                 throws RefException
Specified by:
removeSubscriptionForParent in interface SubscriptionTarget
Throws:
RefException

exportXml

public ExportResult exportXml(XmlExportParams params)
                       throws RefException
Specified by:
exportXml in interface XmlExporter
Throws:
RefException

exportXml

public ExportResult exportXml(String attributeFilter,
                              String referenceFilter)
                       throws RefException
Specified by:
exportXml in interface XmlExporter
Throws:
RefException

setAdditionalExternalLink

public void setAdditionalExternalLink(List newValue)

setAdditionalExternalLink

public void setAdditionalExternalLink(AdditionalExternalLink[] newValue)

getAdditionalExternalLink

public AdditionalExternalLink getAdditionalExternalLink(String id)
Description copied from interface: CrxObject
Retrieves the value for the reference additionalExternalLink for the specified qualifier attribute value.

Specified by:
getAdditionalExternalLink in interface CrxObject
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getAdditionalExternalLink

public Collection getAdditionalExternalLink()
Description copied from interface: CrxObject
Retrieves a collection containing all the elements for the reference additionalExternalLink.

Specified by:
getAdditionalExternalLink in interface CrxObject
Returns:
A collection containing all the elements for this reference.

getAdditionalExternalLink

public List getAdditionalExternalLink(AdditionalExternalLinkFilter filter)
Description copied from interface: CrxObject
Retrieves the value for the reference additionalExternalLink for the specified filter.

Specified by:
getAdditionalExternalLink in interface CrxObject
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getAdditionalExternalLink

public List getAdditionalExternalLink(AdditionalExternalLinkQuery query)
Description copied from interface: CrxObject
Retrieves the value for the reference additionalExternalLink for the specified query.

Specified by:
getAdditionalExternalLink in interface CrxObject
Returns:
The filtered collection of referenced objects.

addAdditionalExternalLink

public void addAdditionalExternalLink(String id,
                                      AdditionalExternalLink newValue)
Specified by:
addAdditionalExternalLink in interface CrxObject
Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addAdditionalExternalLink

public void addAdditionalExternalLink(AdditionalExternalLink newValue)
Specified by:
addAdditionalExternalLink in interface CrxObject
Parameters:
newValue - The element to be appended.

removeAdditionalExternalLink

public void removeAdditionalExternalLink(String id)
Specified by:
removeAdditionalExternalLink in interface CrxObject

setAttachedDocument

public void setAttachedDocument(List newValue)

setAttachedDocument

public void setAttachedDocument(DocumentAttachment[] newValue)

getAttachedDocument

public DocumentAttachment getAttachedDocument(String id)
Description copied from interface: CrxObject
Retrieves the value for the reference attachedDocument for the specified qualifier attribute value.

Specified by:
getAttachedDocument in interface CrxObject
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getAttachedDocument

public Collection getAttachedDocument()
Description copied from interface: CrxObject
Retrieves a collection containing all the elements for the reference attachedDocument.

Specified by:
getAttachedDocument in interface CrxObject
Returns:
A collection containing all the elements for this reference.

getAttachedDocument

public List getAttachedDocument(DocumentAttachmentFilter filter)
Description copied from interface: CrxObject
Retrieves the value for the reference attachedDocument for the specified filter.

Specified by:
getAttachedDocument in interface CrxObject
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getAttachedDocument

public List getAttachedDocument(DocumentAttachmentQuery query)
Description copied from interface: CrxObject
Retrieves the value for the reference attachedDocument for the specified query.

Specified by:
getAttachedDocument in interface CrxObject
Returns:
The filtered collection of referenced objects.

addAttachedDocument

public void addAttachedDocument(String id,
                                DocumentAttachment newValue)
Specified by:
addAttachedDocument in interface CrxObject
Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addAttachedDocument

public void addAttachedDocument(DocumentAttachment newValue)
Specified by:
addAttachedDocument in interface CrxObject
Parameters:
newValue - The element to be appended.

removeAttachedDocument

public void removeAttachedDocument(String id)
Specified by:
removeAttachedDocument in interface CrxObject

getCategory

public List getCategory()
Specified by:
getCategory in interface CrxObject
Returns:
A list containing all elements for this attribute.

getCategory

public String getCategory(int index)
Specified by:
getCategory in interface CrxObject
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setCategory

public void setCategory(List newValue)
Specified by:
setCategory in interface CrxObject
Parameters:
newValue - A list containing all the new elements for this attribute.

setCategory

public void setCategory(String[] newValue)
Specified by:
setCategory in interface CrxObject
Parameters:
newValue - An array containing all the new elements for this attribute.

isDisabled

public boolean isDisabled()
Description copied from interface: CrxObject
Retrieves the value for the attribute disabled.

Specified by:
isDisabled in interface CrxObject
Returns:
The non-null value for attribute disabled.

isDisabled

protected boolean isDisabled(int index)

setDisabled

public void setDisabled(boolean newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute disabled.

Specified by:
setDisabled in interface CrxObject
Parameters:
newValue - The non-null new value for attribute disabled.

setDisabled

protected void setDisabled(int index,
                           boolean newValue)

getDisabledReason

public String getDisabledReason()
Specified by:
getDisabledReason in interface CrxObject
Returns:
The possibly null value for attribute disabledReason.

setDisabledReason

public void setDisabledReason(String newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute disabledReason.

Specified by:
setDisabledReason in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute disabledReason.

getExternalLink

public List getExternalLink()
Specified by:
getExternalLink in interface CrxObject
Returns:
A list containing all elements for this attribute.

getExternalLink

public String getExternalLink(int index)
Specified by:
getExternalLink in interface CrxObject
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setExternalLink

public void setExternalLink(List newValue)
Specified by:
setExternalLink in interface CrxObject
Parameters:
newValue - A list containing all the new elements for this attribute.

setExternalLink

public void setExternalLink(String[] newValue)
Specified by:
setExternalLink in interface CrxObject
Parameters:
newValue - An array containing all the new elements for this attribute.

setMedia

public void setMedia(List newValue)

setMedia

public void setMedia(Media[] newValue)

getMedia

public Media getMedia(String id)
Description copied from interface: CrxObject
Retrieves the value for the reference media for the specified qualifier attribute value.

Specified by:
getMedia in interface CrxObject
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getMedia

public Collection getMedia()
Description copied from interface: CrxObject
Retrieves a collection containing all the elements for the reference media.

Specified by:
getMedia in interface CrxObject
Returns:
A collection containing all the elements for this reference.

getMedia

public List getMedia(MediaFilter filter)
Description copied from interface: CrxObject
Retrieves the value for the reference media for the specified filter.

Specified by:
getMedia in interface CrxObject
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getMedia

public List getMedia(MediaQuery query)
Description copied from interface: CrxObject
Retrieves the value for the reference media for the specified query.

Specified by:
getMedia in interface CrxObject
Returns:
The filtered collection of referenced objects.

addMedia

public void addMedia(String id,
                     Media newValue)
Specified by:
addMedia in interface CrxObject
Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addMedia

public void addMedia(Media newValue)
Specified by:
addMedia in interface CrxObject
Parameters:
newValue - The element to be appended.

removeMedia

public void removeMedia(String id)
Specified by:
removeMedia in interface CrxObject

setNote

public void setNote(List newValue)

setNote

public void setNote(Note[] newValue)

getNote

public Note getNote(String id)
Description copied from interface: CrxObject
Retrieves the value for the reference note for the specified qualifier attribute value.

Specified by:
getNote in interface CrxObject
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getNote

public Collection getNote()
Description copied from interface: CrxObject
Retrieves a collection containing all the elements for the reference note.

Specified by:
getNote in interface CrxObject
Returns:
A collection containing all the elements for this reference.

getNote

public List getNote(NoteFilter filter)
Description copied from interface: CrxObject
Retrieves the value for the reference note for the specified filter.

Specified by:
getNote in interface CrxObject
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getNote

public List getNote(NoteQuery query)
Description copied from interface: CrxObject
Retrieves the value for the reference note for the specified query.

Specified by:
getNote in interface CrxObject
Returns:
The filtered collection of referenced objects.

addNote

public void addNote(String id,
                    Note newValue)
Specified by:
addNote in interface CrxObject
Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addNote

public void addNote(Note newValue)
Specified by:
addNote in interface CrxObject
Parameters:
newValue - The element to be appended.

removeNote

public void removeNote(String id)
Specified by:
removeNote in interface CrxObject

setPropertySet

public void setPropertySet(List newValue)

setPropertySet

public void setPropertySet(PropertySet[] newValue)

getPropertySet

public PropertySet getPropertySet(String id)
Description copied from interface: CrxObject
Retrieves the value for the reference propertySet for the specified qualifier attribute value.

Specified by:
getPropertySet in interface CrxObject
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getPropertySet

public Collection getPropertySet()
Description copied from interface: CrxObject
Retrieves a collection containing all the elements for the reference propertySet.

Specified by:
getPropertySet in interface CrxObject
Returns:
A collection containing all the elements for this reference.

getPropertySet

public List getPropertySet(PropertySetFilter filter)
Description copied from interface: CrxObject
Retrieves the value for the reference propertySet for the specified filter.

Specified by:
getPropertySet in interface CrxObject
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getPropertySet

public List getPropertySet(PropertySetQuery query)
Description copied from interface: CrxObject
Retrieves the value for the reference propertySet for the specified query.

Specified by:
getPropertySet in interface CrxObject
Returns:
The filtered collection of referenced objects.

addPropertySet

public void addPropertySet(String id,
                           PropertySet newValue)
Specified by:
addPropertySet in interface CrxObject
Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addPropertySet

public void addPropertySet(PropertySet newValue)
Specified by:
addPropertySet in interface CrxObject
Parameters:
newValue - The element to be appended.

removePropertySet

public void removePropertySet(String id)
Specified by:
removePropertySet in interface CrxObject

setPropertySetEntry

protected void setPropertySetEntry(List newValue)

setPropertySetEntry

protected void setPropertySetEntry(PropertySetEntry[] newValue)

getPropertySetEntry

public PropertySetEntry getPropertySetEntry(String id)
Description copied from interface: CrxObject
Retrieves the value for the reference propertySetEntry for the specified qualifier attribute value.

Specified by:
getPropertySetEntry in interface CrxObject
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getPropertySetEntry

public Collection getPropertySetEntry()
Description copied from interface: CrxObject
Retrieves a collection containing all the elements for the reference propertySetEntry.

Specified by:
getPropertySetEntry in interface CrxObject
Returns:
A collection containing all the elements for this reference.

getPropertySetEntry

public List getPropertySetEntry(PropertySetEntryFilter filter)
Description copied from interface: CrxObject
Retrieves the value for the reference propertySetEntry for the specified filter.

Specified by:
getPropertySetEntry in interface CrxObject
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getPropertySetEntry

public List getPropertySetEntry(PropertySetEntryQuery query)
Description copied from interface: CrxObject
Retrieves the value for the reference propertySetEntry for the specified query.

Specified by:
getPropertySetEntry in interface CrxObject
Returns:
The filtered collection of referenced objects.

addPropertySetEntry

protected void addPropertySetEntry(String id,
                                   PropertySetEntry newValue)

addPropertySetEntry

protected void addPropertySetEntry(PropertySetEntry newValue)

removePropertySetEntry

protected void removePropertySetEntry(String id)

setRating

public void setRating(List newValue)

setRating

public void setRating(Rating[] newValue)

getRating

public Rating getRating(String id)
Description copied from interface: CrxObject
Retrieves the value for the reference rating for the specified qualifier attribute value.

Specified by:
getRating in interface CrxObject
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getRating

public Collection getRating()
Description copied from interface: CrxObject
Retrieves a collection containing all the elements for the reference rating.

Specified by:
getRating in interface CrxObject
Returns:
A collection containing all the elements for this reference.

getRating

public List getRating(RatingFilter filter)
Description copied from interface: CrxObject
Retrieves the value for the reference rating for the specified filter.

Specified by:
getRating in interface CrxObject
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getRating

public List getRating(RatingQuery query)
Description copied from interface: CrxObject
Retrieves the value for the reference rating for the specified query.

Specified by:
getRating in interface CrxObject
Returns:
The filtered collection of referenced objects.

addRating

public void addRating(String id,
                      Rating newValue)
Specified by:
addRating in interface CrxObject
Parameters:
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addRating

public void addRating(Rating newValue)
Specified by:
addRating in interface CrxObject
Parameters:
newValue - The element to be appended.

removeRating

public void removeRating(String id)
Specified by:
removeRating in interface CrxObject

isUserBoolean0

public Boolean isUserBoolean0()
Specified by:
isUserBoolean0 in interface CrxObject
Returns:
The possibly null value for attribute userBoolean0.

setUserBoolean0

public void setUserBoolean0(Boolean newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userBoolean0.

Specified by:
setUserBoolean0 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userBoolean0.

isUserBoolean1

public Boolean isUserBoolean1()
Specified by:
isUserBoolean1 in interface CrxObject
Returns:
The possibly null value for attribute userBoolean1.

setUserBoolean1

public void setUserBoolean1(Boolean newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userBoolean1.

Specified by:
setUserBoolean1 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userBoolean1.

isUserBoolean2

public Boolean isUserBoolean2()
Specified by:
isUserBoolean2 in interface CrxObject
Returns:
The possibly null value for attribute userBoolean2.

setUserBoolean2

public void setUserBoolean2(Boolean newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userBoolean2.

Specified by:
setUserBoolean2 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userBoolean2.

isUserBoolean3

public Boolean isUserBoolean3()
Specified by:
isUserBoolean3 in interface CrxObject
Returns:
The possibly null value for attribute userBoolean3.

setUserBoolean3

public void setUserBoolean3(Boolean newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userBoolean3.

Specified by:
setUserBoolean3 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userBoolean3.

isUserBoolean4

public List isUserBoolean4()
Specified by:
isUserBoolean4 in interface CrxObject
Returns:
A list containing all elements for this attribute.

isUserBoolean4

public boolean isUserBoolean4(int index)
Specified by:
isUserBoolean4 in interface CrxObject
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setUserBoolean4

public void setUserBoolean4(List newValue)
Specified by:
setUserBoolean4 in interface CrxObject
Parameters:
newValue - A list containing all the new elements for this attribute.

setUserBoolean4

public void setUserBoolean4(boolean[] newValue)
Specified by:
setUserBoolean4 in interface CrxObject
Parameters:
newValue - An array containing all the new elements for this attribute.

getUserCode0

public Short getUserCode0()
Specified by:
getUserCode0 in interface CrxObject
Returns:
The possibly null value for attribute userCode0.

setUserCode0

public void setUserCode0(Short newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userCode0.

Specified by:
setUserCode0 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userCode0.

getUserCode1

public Short getUserCode1()
Specified by:
getUserCode1 in interface CrxObject
Returns:
The possibly null value for attribute userCode1.

setUserCode1

public void setUserCode1(Short newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userCode1.

Specified by:
setUserCode1 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userCode1.

getUserCode2

public Short getUserCode2()
Specified by:
getUserCode2 in interface CrxObject
Returns:
The possibly null value for attribute userCode2.

setUserCode2

public void setUserCode2(Short newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userCode2.

Specified by:
setUserCode2 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userCode2.

getUserCode3

public Short getUserCode3()
Specified by:
getUserCode3 in interface CrxObject
Returns:
The possibly null value for attribute userCode3.

setUserCode3

public void setUserCode3(Short newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userCode3.

Specified by:
setUserCode3 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userCode3.

getUserCode4

public List getUserCode4()
Specified by:
getUserCode4 in interface CrxObject
Returns:
A list containing all elements for this attribute.

getUserCode4

public short getUserCode4(int index)
Specified by:
getUserCode4 in interface CrxObject
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setUserCode4

public void setUserCode4(List newValue)
Specified by:
setUserCode4 in interface CrxObject
Parameters:
newValue - A list containing all the new elements for this attribute.

setUserCode4

public void setUserCode4(short[] newValue)
Specified by:
setUserCode4 in interface CrxObject
Parameters:
newValue - An array containing all the new elements for this attribute.

getUserDate0

public javax.xml.datatype.XMLGregorianCalendar getUserDate0()
Specified by:
getUserDate0 in interface CrxObject
Returns:
The possibly null value for attribute userDate0.

setUserDate0

public void setUserDate0(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userDate0.

Specified by:
setUserDate0 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userDate0.

getUserDate1

public javax.xml.datatype.XMLGregorianCalendar getUserDate1()
Specified by:
getUserDate1 in interface CrxObject
Returns:
The possibly null value for attribute userDate1.

setUserDate1

public void setUserDate1(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userDate1.

Specified by:
setUserDate1 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userDate1.

getUserDate2

public javax.xml.datatype.XMLGregorianCalendar getUserDate2()
Specified by:
getUserDate2 in interface CrxObject
Returns:
The possibly null value for attribute userDate2.

setUserDate2

public void setUserDate2(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userDate2.

Specified by:
setUserDate2 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userDate2.

getUserDate3

public javax.xml.datatype.XMLGregorianCalendar getUserDate3()
Specified by:
getUserDate3 in interface CrxObject
Returns:
The possibly null value for attribute userDate3.

setUserDate3

public void setUserDate3(javax.xml.datatype.XMLGregorianCalendar newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userDate3.

Specified by:
setUserDate3 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userDate3.

getUserDate4

public List getUserDate4()
Specified by:
getUserDate4 in interface CrxObject
Returns:
A list containing all elements for this attribute.

getUserDate4

public javax.xml.datatype.XMLGregorianCalendar getUserDate4(int index)
Specified by:
getUserDate4 in interface CrxObject
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setUserDate4

public void setUserDate4(List newValue)
Specified by:
setUserDate4 in interface CrxObject
Parameters:
newValue - A list containing all the new elements for this attribute.

setUserDate4

public void setUserDate4(javax.xml.datatype.XMLGregorianCalendar[] newValue)
Specified by:
setUserDate4 in interface CrxObject
Parameters:
newValue - An array containing all the new elements for this attribute.

getUserDateTime0

public Date getUserDateTime0()
Specified by:
getUserDateTime0 in interface CrxObject
Returns:
The possibly null value for attribute userDateTime0.

setUserDateTime0

public void setUserDateTime0(Date newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userDateTime0.

Specified by:
setUserDateTime0 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userDateTime0.

getUserDateTime1

public Date getUserDateTime1()
Specified by:
getUserDateTime1 in interface CrxObject
Returns:
The possibly null value for attribute userDateTime1.

setUserDateTime1

public void setUserDateTime1(Date newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userDateTime1.

Specified by:
setUserDateTime1 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userDateTime1.

getUserDateTime2

public Date getUserDateTime2()
Specified by:
getUserDateTime2 in interface CrxObject
Returns:
The possibly null value for attribute userDateTime2.

setUserDateTime2

public void setUserDateTime2(Date newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userDateTime2.

Specified by:
setUserDateTime2 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userDateTime2.

getUserDateTime3

public Date getUserDateTime3()
Specified by:
getUserDateTime3 in interface CrxObject
Returns:
The possibly null value for attribute userDateTime3.

setUserDateTime3

public void setUserDateTime3(Date newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userDateTime3.

Specified by:
setUserDateTime3 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userDateTime3.

getUserDateTime4

public List getUserDateTime4()
Specified by:
getUserDateTime4 in interface CrxObject
Returns:
A list containing all elements for this attribute.

getUserDateTime4

public Date getUserDateTime4(int index)
Specified by:
getUserDateTime4 in interface CrxObject
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setUserDateTime4

public void setUserDateTime4(List newValue)
Specified by:
setUserDateTime4 in interface CrxObject
Parameters:
newValue - A list containing all the new elements for this attribute.

setUserDateTime4

public void setUserDateTime4(Date[] newValue)
Specified by:
setUserDateTime4 in interface CrxObject
Parameters:
newValue - An array containing all the new elements for this attribute.

getUserNumber0

public BigDecimal getUserNumber0()
Specified by:
getUserNumber0 in interface CrxObject
Returns:
The possibly null value for attribute userNumber0.

setUserNumber0

public void setUserNumber0(BigDecimal newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userNumber0.

Specified by:
setUserNumber0 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userNumber0.

getUserNumber1

public BigDecimal getUserNumber1()
Specified by:
getUserNumber1 in interface CrxObject
Returns:
The possibly null value for attribute userNumber1.

setUserNumber1

public void setUserNumber1(BigDecimal newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userNumber1.

Specified by:
setUserNumber1 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userNumber1.

getUserNumber2

public BigDecimal getUserNumber2()
Specified by:
getUserNumber2 in interface CrxObject
Returns:
The possibly null value for attribute userNumber2.

setUserNumber2

public void setUserNumber2(BigDecimal newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userNumber2.

Specified by:
setUserNumber2 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userNumber2.

getUserNumber3

public BigDecimal getUserNumber3()
Specified by:
getUserNumber3 in interface CrxObject
Returns:
The possibly null value for attribute userNumber3.

setUserNumber3

public void setUserNumber3(BigDecimal newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userNumber3.

Specified by:
setUserNumber3 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userNumber3.

getUserNumber4

public List getUserNumber4()
Specified by:
getUserNumber4 in interface CrxObject
Returns:
A list containing all elements for this attribute.

getUserNumber4

public BigDecimal getUserNumber4(int index)
Specified by:
getUserNumber4 in interface CrxObject
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setUserNumber4

public void setUserNumber4(List newValue)
Specified by:
setUserNumber4 in interface CrxObject
Parameters:
newValue - A list containing all the new elements for this attribute.

setUserNumber4

public void setUserNumber4(BigDecimal[] newValue)
Specified by:
setUserNumber4 in interface CrxObject
Parameters:
newValue - An array containing all the new elements for this attribute.

getUserString0

public String getUserString0()
Specified by:
getUserString0 in interface CrxObject
Returns:
The possibly null value for attribute userString0.

setUserString0

public void setUserString0(String newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userString0.

Specified by:
setUserString0 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userString0.

getUserString1

public String getUserString1()
Specified by:
getUserString1 in interface CrxObject
Returns:
The possibly null value for attribute userString1.

setUserString1

public void setUserString1(String newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userString1.

Specified by:
setUserString1 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userString1.

getUserString2

public String getUserString2()
Specified by:
getUserString2 in interface CrxObject
Returns:
The possibly null value for attribute userString2.

setUserString2

public void setUserString2(String newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userString2.

Specified by:
setUserString2 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userString2.

getUserString3

public String getUserString3()
Specified by:
getUserString3 in interface CrxObject
Returns:
The possibly null value for attribute userString3.

setUserString3

public void setUserString3(String newValue)
Description copied from interface: CrxObject
Sets a new value for the attribute userString3.

Specified by:
setUserString3 in interface CrxObject
Parameters:
newValue - The possibly null new value for attribute userString3.

getUserString4

public List getUserString4()
Specified by:
getUserString4 in interface CrxObject
Returns:
A list containing all elements for this attribute.

getUserString4

public String getUserString4(int index)
Specified by:
getUserString4 in interface CrxObject
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this attribute.

setUserString4

public void setUserString4(List newValue)
Specified by:
setUserString4 in interface CrxObject
Parameters:
newValue - A list containing all the new elements for this attribute.

setUserString4

public void setUserString4(String[] newValue)
Specified by:
setUserString4 in interface CrxObject
Parameters:
newValue - An array containing all the new elements for this attribute.

getCreatedAt

public Date getCreatedAt()
Description copied from interface: BasicObject
Retrieves the value for the attribute createdAt.

Specified by:
getCreatedAt in interface BasicObject
Returns:
The non-null value for attribute createdAt.

getCreatedAt

protected Date getCreatedAt(int index)

setCreatedAt

protected void setCreatedAt(Date newValue)

setCreatedAt

protected void setCreatedAt(int index,
                            Date newValue)

getCreatedBy

public Set getCreatedBy()
Specified by:
getCreatedBy in interface BasicObject
Returns:
A set containing all elements for this attribute.

setCreatedBy

protected void setCreatedBy(Set newValue)

setCreatedBy

protected void setCreatedBy(String[] newValue)

getModifiedAt

public Date getModifiedAt()
Description copied from interface: BasicObject
Retrieves the value for the attribute modifiedAt.

Specified by:
getModifiedAt in interface BasicObject
Returns:
The non-null value for attribute modifiedAt.

getModifiedAt

protected Date getModifiedAt(int index)

setModifiedAt

protected void setModifiedAt(Date newValue)

setModifiedAt

protected void setModifiedAt(int index,
                             Date newValue)

getModifiedBy

public Set getModifiedBy()
Specified by:
getModifiedBy in interface BasicObject
Returns:
A set containing all elements for this attribute.

setModifiedBy

protected void setModifiedBy(Set newValue)

setModifiedBy

protected void setModifiedBy(String[] newValue)

setContext

protected void setContext(List newValue)

setContext

protected void setContext(Context[] newValue)

getContext

public Context getContext(String id)
Description copied from interface: ContextCapable
Retrieves the value for the reference context for the specified qualifier attribute value.

Specified by:
getContext in interface ContextCapable
Parameters:
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getContext

public Collection getContext()
Description copied from interface: ContextCapable
Retrieves the objects referenced by context.

Specified by:
getContext in interface ContextCapable
Returns:
The collection of referenced objects.

addContext

protected void addContext(String id,
                          Context newValue)

addContext

protected void addContext(Context newValue)

removeContext

protected void removeContext(String id)

getIdentity

public String getIdentity()
Description copied from interface: ExtentCapable
Retrieves the value for the attribute identity.

Specified by:
getIdentity in interface ExtentCapable
Returns:
The non-null value for attribute identity.

getIdentity

protected String getIdentity(int index)

setIdentity

protected void setIdentity(String newValue)

setIdentity

protected void setIdentity(int index,
                           String newValue)

setView

protected void setView(List newValue)

setView

protected void setView(View[] newValue)

getView

public View getView(String namespace)
Description copied from interface: ViewCapable
Retrieves the value for the reference view for the specified qualifier attribute value.

Specified by:
getView in interface ViewCapable
Parameters:
namespace - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this reference.

getView

public Collection getView()
Description copied from interface: ViewCapable
Retrieves a collection containing all the elements for the reference view.

Specified by:
getView in interface ViewCapable
Returns:
A collection containing all the elements for this reference.

getView

public List getView(ViewFilter filter)
Description copied from interface: ViewCapable
Retrieves the value for the reference view for the specified filter.

Specified by:
getView in interface ViewCapable
Parameters:
filter - filter which is applied to the set of referenced objects.
Returns:
The filtered collection of referenced objects.

getView

public List getView(ViewQuery query)
Description copied from interface: ViewCapable
Retrieves the value for the reference view for the specified query.

Specified by:
getView in interface ViewCapable
Returns:
The filtered collection of referenced objects.

addView

protected void addView(String namespace,
                       View newValue)

addView

protected void addView(View newValue)

removeView

protected void removeView(String namespace)


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