org.opencrx.kernel.generic.jpa3.LocalizedField Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.generic.jpa3;
/**
* Class {@code LocalizedField}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:41.569190633Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
@SuppressWarnings("serial")
public class LocalizedField extends org.w3c.jpa3.AbstractObject
implements org.opencrx.kernel.generic.cci2.LocalizedField
{
/**
* Constructor
*/
public LocalizedField(
){
// Implements Serializable
}
/**
* The the object's JDO identity key
*/
private java.lang.String openmdxjdoIdentity;
/**
* Retrieve the object's JDO identity key
* @return the value of the object's JDO identity key
*/
@Override
protected java.lang.String getOpenmdxjdoIdentity(
){
return this.openmdxjdoIdentity;
}
/**
* Set the object's JDO identity key
*/
@Override
protected void setOpenmdxjdoIdentity(
String value
){
this.openmdxjdoIdentity = value;
}
/**
* Slice holder
*/
private java.util.TreeMap openmdxjdoSlices = new java.util.TreeMap();
@SuppressWarnings("unchecked")
protected final java.util.SortedMap openmdxjdoGetSlices(
){
return (java.util.SortedMap)this.openmdxjdoSlices;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extDate0}.
*/
java.sql.Date extDate0;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extDate0}.
* @return The possibly null value for attribute {@code extDate0}.
*/
public final javax.xml.datatype.XMLGregorianCalendar getExtDate0(
){
return org.w3c.jpa3.Date.toCCI(this.extDate0);
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extDate0}.
* @param extDate0 The possibly null new value for attribute {@code extDate0}.
*/
public void setExtDate0(
javax.xml.datatype.XMLGregorianCalendar extDate0
){
super.openmdxjdoMakeDirty();
this.extDate0 =
org.w3c.jpa3.Date.toJDO(extDate0);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extDate1}.
*/
java.sql.Date extDate1;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extDate1}.
* @return The possibly null value for attribute {@code extDate1}.
*/
public final javax.xml.datatype.XMLGregorianCalendar getExtDate1(
){
return org.w3c.jpa3.Date.toCCI(this.extDate1);
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extDate1}.
* @param extDate1 The possibly null new value for attribute {@code extDate1}.
*/
public void setExtDate1(
javax.xml.datatype.XMLGregorianCalendar extDate1
){
super.openmdxjdoMakeDirty();
this.extDate1 =
org.w3c.jpa3.Date.toJDO(extDate1);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extDate2}.
*/
java.sql.Date extDate2;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extDate2}.
* @return The possibly null value for attribute {@code extDate2}.
*/
public final javax.xml.datatype.XMLGregorianCalendar getExtDate2(
){
return org.w3c.jpa3.Date.toCCI(this.extDate2);
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extDate2}.
* @param extDate2 The possibly null new value for attribute {@code extDate2}.
*/
public void setExtDate2(
javax.xml.datatype.XMLGregorianCalendar extDate2
){
super.openmdxjdoMakeDirty();
this.extDate2 =
org.w3c.jpa3.Date.toJDO(extDate2);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extDate3}.
*/
java.sql.Date extDate3;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extDate3}.
* @return The possibly null value for attribute {@code extDate3}.
*/
public final javax.xml.datatype.XMLGregorianCalendar getExtDate3(
){
return org.w3c.jpa3.Date.toCCI(this.extDate3);
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extDate3}.
* @param extDate3 The possibly null new value for attribute {@code extDate3}.
*/
public void setExtDate3(
javax.xml.datatype.XMLGregorianCalendar extDate3
){
super.openmdxjdoMakeDirty();
this.extDate3 =
org.w3c.jpa3.Date.toJDO(extDate3);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extDate4}.
*/
java.sql.Date extDate4;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extDate4}.
* @return The possibly null value for attribute {@code extDate4}.
*/
public final javax.xml.datatype.XMLGregorianCalendar getExtDate4(
){
return org.w3c.jpa3.Date.toCCI(this.extDate4);
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extDate4}.
* @param extDate4 The possibly null new value for attribute {@code extDate4}.
*/
public void setExtDate4(
javax.xml.datatype.XMLGregorianCalendar extDate4
){
super.openmdxjdoMakeDirty();
this.extDate4 =
org.w3c.jpa3.Date.toJDO(extDate4);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code modifiedAt}.
*/
public java.sql.Timestamp modifiedAt;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code modifiedAt}.
* @return The non-null value for attribute {@code modifiedAt}.
*/
public final java.util.Date getModifiedAt(
){
return org.w3c.jpa3.DateTime.toCCI(this.modifiedAt);
}
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.base.cci2.ModifySecureObjectResult addOwningGroup(
org.opencrx.kernel.base.cci2.ModifyOwningGroupParams in
){
throw new javax.jdo.JDOFatalUserException(
"Behavioural features not handled by data object",
new UnsupportedOperationException("Behavioural feature"),
this
);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code usage}.
*/
short usage;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code usage}.
* @return The non-null value for attribute {@code usage}.
*/
public final short getUsage(
){
return this.usage;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code usage}.
* @param usage The non-{@code null} new value for attribute {@code usage}.
*/
public void setUsage(
short usage
){
super.openmdxjdoMakeDirty();
this.usage = usage;
}
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.cci2.Void assertOwningGroup(
){
throw new javax.jdo.JDOFatalUserException(
"Behavioural features not handled by data object",
new UnsupportedOperationException("Behavioural feature"),
this
);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code createdAt}.
*/
public java.sql.Timestamp createdAt;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code createdAt}.
* @return The non-null value for attribute {@code createdAt}.
*/
public final java.util.Date getCreatedAt(
){
return org.w3c.jpa3.DateTime.toCCI(this.createdAt);
}
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.base.cci2.ModifySecureObjectResult removeOwningGroup(
org.opencrx.kernel.base.cci2.ModifyOwningGroupParams in
){
throw new javax.jdo.JDOFatalUserException(
"Behavioural features not handled by data object",
new UnsupportedOperationException("Behavioural feature"),
this
);
}
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nNoQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the {@code Collection} of objects referenced by {@code owningGroup}.
* @return The {@code Collection} of referenced objects.
*/
public java.util.List getOwningGroup(
){
throw new javax.jdo.JDOFatalUserException(
"This signature is not handled by data object",
new UnsupportedOperationException("This signature is not handled by data object. Use getOwningGroup_Id()."),
this
);
}
public java.util.List getOwningGroup_Id(
){
java.util.SortedMap slices = openmdxjdoGetSlices();
return new org.w3c.jpa3.AbstractObject.SlicedList(slices) {
@Override
protected java.lang.String getValue(LocalizedField$Slice slice) {
return slice.getOwningGroup();
}
@Override
protected void setValue(LocalizedField$Slice slice, java.lang.String value) {
openmdxjdoMakeDirty();
slice.setOwningGroup(value);
}
@Override
protected LocalizedField$Slice newSlice(int index) {
return new LocalizedField$Slice(LocalizedField.this, index);
}
@Override
protected void setSize(int size) {
openmdxjdoMakeDirty();
owningGroup_size = size;
}
@Override
public int size() {
return owningGroup_size;
}
};
}
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.base.cci2.ModifySecureObjectResult setAccessLevel(
org.opencrx.kernel.base.cci2.SetAccessLevelParams in
){
throw new javax.jdo.JDOFatalUserException(
"Behavioural features not handled by data object",
new UnsupportedOperationException("Behavioural feature"),
this
);
}
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.base.cci2.ModifySecureObjectResult replaceOwningGroup(
org.opencrx.kernel.base.cci2.ModifyOwningGroupsParams in
){
throw new javax.jdo.JDOFatalUserException(
"Behavioural features not handled by data object",
new UnsupportedOperationException("Behavioural feature"),
this
);
}
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.base.cci2.CheckPermissionsResult checkPermissions(
org.opencrx.kernel.base.cci2.CheckPermissionsParams in
){
throw new javax.jdo.JDOFatalUserException(
"Behavioural features not handled by data object",
new UnsupportedOperationException("Behavioural feature"),
this
);
}
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.base.cci2.ModifySecureObjectResult removeAllOwningGroup(
org.opencrx.kernel.base.cci2.RemoveAllOwningGroupParams in
){
throw new javax.jdo.JDOFatalUserException(
"Behavioural features not handled by data object",
new UnsupportedOperationException("Behavioural feature"),
this
);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extNumber1}.
*/
java.math.BigDecimal extNumber1;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extNumber1}.
* @return The possibly null value for attribute {@code extNumber1}.
*/
public final java.math.BigDecimal getExtNumber1(
){
return this.extNumber1;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extNumber1}.
* @param extNumber1 The possibly null new value for attribute {@code extNumber1}.
*/
public void setExtNumber1(
java.math.BigDecimal extNumber1
){
super.openmdxjdoMakeDirty();
this.extNumber1 =
extNumber1;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extNumber0}.
*/
java.math.BigDecimal extNumber0;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extNumber0}.
* @return The possibly null value for attribute {@code extNumber0}.
*/
public final java.math.BigDecimal getExtNumber0(
){
return this.extNumber0;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extNumber0}.
* @param extNumber0 The possibly null new value for attribute {@code extNumber0}.
*/
public void setExtNumber0(
java.math.BigDecimal extNumber0
){
super.openmdxjdoMakeDirty();
this.extNumber0 =
extNumber0;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code name}.
*/
java.lang.String name;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code name}.
* @return The non-null value for attribute {@code name}.
*/
public final java.lang.String getName(
){
return this.name;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code name}.
* @param name The non-{@code null} new value for attribute {@code name}.
*/
public void setName(
java.lang.String name
){
super.openmdxjdoMakeDirty();
this.name = name;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extNumber3}.
*/
java.math.BigDecimal extNumber3;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extNumber3}.
* @return The possibly null value for attribute {@code extNumber3}.
*/
public final java.math.BigDecimal getExtNumber3(
){
return this.extNumber3;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extNumber3}.
* @param extNumber3 The possibly null new value for attribute {@code extNumber3}.
*/
public void setExtNumber3(
java.math.BigDecimal extNumber3
){
super.openmdxjdoMakeDirty();
this.extNumber3 =
extNumber3;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extNumber2}.
*/
java.math.BigDecimal extNumber2;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extNumber2}.
* @return The possibly null value for attribute {@code extNumber2}.
*/
public final java.math.BigDecimal getExtNumber2(
){
return this.extNumber2;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extNumber2}.
* @param extNumber2 The possibly null new value for attribute {@code extNumber2}.
*/
public void setExtNumber2(
java.math.BigDecimal extNumber2
){
super.openmdxjdoMakeDirty();
this.extNumber2 =
extNumber2;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extNumber4}.
*/
java.math.BigDecimal extNumber4;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extNumber4}.
* @return The possibly null value for attribute {@code extNumber4}.
*/
public final java.math.BigDecimal getExtNumber4(
){
return this.extNumber4;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extNumber4}.
* @param extNumber4 The possibly null new value for attribute {@code extNumber4}.
*/
public void setExtNumber4(
java.math.BigDecimal extNumber4
){
super.openmdxjdoMakeDirty();
this.extNumber4 =
extNumber4;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code accessLevelDelete}.
*/
short accessLevelDelete;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code accessLevelDelete}.
* @return The non-null value for attribute {@code accessLevelDelete}.
*/
public final short getAccessLevelDelete(
){
return this.accessLevelDelete;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code accessLevelDelete}.
* @param accessLevelDelete The non-{@code null} new value for attribute {@code accessLevelDelete}.
*/
public void setAccessLevelDelete(
short accessLevelDelete
){
super.openmdxjdoMakeDirty();
this.accessLevelDelete = accessLevelDelete;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extString3}.
*/
java.lang.String extString3;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extString3}.
* @return The possibly null value for attribute {@code extString3}.
*/
public final java.lang.String getExtString3(
){
return this.extString3;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extString3}.
* @param extString3 The possibly null new value for attribute {@code extString3}.
*/
public void setExtString3(
java.lang.String extString3
){
super.openmdxjdoMakeDirty();
this.extString3 =
extString3;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extString2}.
*/
java.lang.String extString2;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extString2}.
* @return The possibly null value for attribute {@code extString2}.
*/
public final java.lang.String getExtString2(
){
return this.extString2;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extString2}.
* @param extString2 The possibly null new value for attribute {@code extString2}.
*/
public void setExtString2(
java.lang.String extString2
){
super.openmdxjdoMakeDirty();
this.extString2 =
extString2;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extString4}.
*/
java.lang.String extString4;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extString4}.
* @return The possibly null value for attribute {@code extString4}.
*/
public final java.lang.String getExtString4(
){
return this.extString4;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extString4}.
* @param extString4 The possibly null new value for attribute {@code extString4}.
*/
public void setExtString4(
java.lang.String extString4
){
super.openmdxjdoMakeDirty();
this.extString4 =
extString4;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code description}.
*/
java.lang.String description;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code description}.
* @return The possibly null value for attribute {@code description}.
*/
public final java.lang.String getDescription(
){
return this.description;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code description}.
* @param description The possibly null new value for attribute {@code description}.
*/
public void setDescription(
java.lang.String description
){
super.openmdxjdoMakeDirty();
this.description =
description;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code locale}.
*/
short locale;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code locale}.
* @return The non-null value for attribute {@code locale}.
*/
public final short getLocale(
){
return this.locale;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code locale}.
* @param locale The non-{@code null} new value for attribute {@code locale}.
*/
public void setLocale(
short locale
){
super.openmdxjdoMakeDirty();
this.locale = locale;
}
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.base.cci2.ModifySecureObjectResult setOwningUser(
org.opencrx.kernel.base.cci2.SetOwningUserParams in
){
throw new javax.jdo.JDOFatalUserException(
"Behavioural features not handled by data object",
new UnsupportedOperationException("Behavioural feature"),
this
);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code localizedValue}.
*/
java.lang.String localizedValue;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code localizedValue}.
* @return The possibly null value for attribute {@code localizedValue}.
*/
public final java.lang.String getLocalizedValue(
){
return this.localizedValue;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code localizedValue}.
* @param localizedValue The possibly null new value for attribute {@code localizedValue}.
*/
public void setLocalizedValue(
java.lang.String localizedValue
){
super.openmdxjdoMakeDirty();
this.localizedValue =
localizedValue;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extDateTime4}.
*/
java.sql.Timestamp extDateTime4;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extDateTime4}.
* @return The possibly null value for attribute {@code extDateTime4}.
*/
public final java.util.Date getExtDateTime4(
){
return org.w3c.jpa3.DateTime.toCCI(this.extDateTime4);
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extDateTime4}.
* @param extDateTime4 The possibly null new value for attribute {@code extDateTime4}.
*/
public void setExtDateTime4(
java.util.Date extDateTime4
){
super.openmdxjdoMakeDirty();
this.extDateTime4 =
org.w3c.jpa3.DateTime.toJDO(extDateTime4);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code identity}.
*/
public java.lang.String identity;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code identity}.
* @return The non-null value for attribute {@code identity}.
*/
public java.lang.String getIdentity(
){
return this.identity;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extDateTime2}.
*/
java.sql.Timestamp extDateTime2;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extDateTime2}.
* @return The possibly null value for attribute {@code extDateTime2}.
*/
public final java.util.Date getExtDateTime2(
){
return org.w3c.jpa3.DateTime.toCCI(this.extDateTime2);
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extDateTime2}.
* @param extDateTime2 The possibly null new value for attribute {@code extDateTime2}.
*/
public void setExtDateTime2(
java.util.Date extDateTime2
){
super.openmdxjdoMakeDirty();
this.extDateTime2 =
org.w3c.jpa3.DateTime.toJDO(extDateTime2);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extDateTime3}.
*/
java.sql.Timestamp extDateTime3;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extDateTime3}.
* @return The possibly null value for attribute {@code extDateTime3}.
*/
public final java.util.Date getExtDateTime3(
){
return org.w3c.jpa3.DateTime.toCCI(this.extDateTime3);
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extDateTime3}.
* @param extDateTime3 The possibly null new value for attribute {@code extDateTime3}.
*/
public void setExtDateTime3(
java.util.Date extDateTime3
){
super.openmdxjdoMakeDirty();
this.extDateTime3 =
org.w3c.jpa3.DateTime.toJDO(extDateTime3);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extCode0}.
*/
java.lang.Short extCode0;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extCode0}.
* @return The possibly null value for attribute {@code extCode0}.
*/
public final java.lang.Short getExtCode0(
){
return this.extCode0;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extCode0}.
* @param extCode0 The possibly null new value for attribute {@code extCode0}.
*/
public void setExtCode0(
java.lang.Short extCode0
){
super.openmdxjdoMakeDirty();
this.extCode0 =
extCode0;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extBoolean3}.
*/
java.lang.Boolean extBoolean3;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extBoolean3}.
* @return The possibly null value for attribute {@code extBoolean3}.
*/
public final java.lang.Boolean isExtBoolean3(
){
return this.extBoolean3;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extBoolean3}.
* @param extBoolean3 The possibly null new value for attribute {@code extBoolean3}.
*/
public void setExtBoolean3(
java.lang.Boolean extBoolean3
){
super.openmdxjdoMakeDirty();
this.extBoolean3 =
extBoolean3;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extDateTime0}.
*/
java.sql.Timestamp extDateTime0;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extDateTime0}.
* @return The possibly null value for attribute {@code extDateTime0}.
*/
public final java.util.Date getExtDateTime0(
){
return org.w3c.jpa3.DateTime.toCCI(this.extDateTime0);
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extDateTime0}.
* @param extDateTime0 The possibly null new value for attribute {@code extDateTime0}.
*/
public void setExtDateTime0(
java.util.Date extDateTime0
){
super.openmdxjdoMakeDirty();
this.extDateTime0 =
org.w3c.jpa3.DateTime.toJDO(extDateTime0);
}
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code modifiedBy}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getModifiedBy(
){
java.util.SortedMap slices = openmdxjdoGetSlices();
return new org.w3c.jpa3.AbstractObject.SlicedList(slices) {
@Override
protected java.lang.String getValue(LocalizedField$Slice slice) {
return slice.getModifiedBy();
}
@Override
protected void setValue(LocalizedField$Slice slice, java.lang.String value) {
openmdxjdoMakeDirty();
slice.setModifiedBy(value);
}
@Override
protected LocalizedField$Slice newSlice(int index) {
return new LocalizedField$Slice(LocalizedField.this, index);
}
@Override
protected void setSize(int size) {
openmdxjdoMakeDirty();
modifiedBy_size = size;
}
@Override
public int size() {
return modifiedBy_size;
}
};
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extDateTime1}.
*/
java.sql.Timestamp extDateTime1;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extDateTime1}.
* @return The possibly null value for attribute {@code extDateTime1}.
*/
public final java.util.Date getExtDateTime1(
){
return org.w3c.jpa3.DateTime.toCCI(this.extDateTime1);
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extDateTime1}.
* @param extDateTime1 The possibly null new value for attribute {@code extDateTime1}.
*/
public void setExtDateTime1(
java.util.Date extDateTime1
){
super.openmdxjdoMakeDirty();
this.extDateTime1 =
org.w3c.jpa3.DateTime.toJDO(extDateTime1);
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extCode1}.
*/
java.lang.Short extCode1;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extCode1}.
* @return The possibly null value for attribute {@code extCode1}.
*/
public final java.lang.Short getExtCode1(
){
return this.extCode1;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extCode1}.
* @param extCode1 The possibly null new value for attribute {@code extCode1}.
*/
public void setExtCode1(
java.lang.Short extCode1
){
super.openmdxjdoMakeDirty();
this.extCode1 =
extCode1;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extBoolean4}.
*/
java.lang.Boolean extBoolean4;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extBoolean4}.
* @return The possibly null value for attribute {@code extBoolean4}.
*/
public final java.lang.Boolean isExtBoolean4(
){
return this.extBoolean4;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extBoolean4}.
* @param extBoolean4 The possibly null new value for attribute {@code extBoolean4}.
*/
public void setExtBoolean4(
java.lang.Boolean extBoolean4
){
super.openmdxjdoMakeDirty();
this.extBoolean4 =
extBoolean4;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extBoolean1}.
*/
java.lang.Boolean extBoolean1;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extBoolean1}.
* @return The possibly null value for attribute {@code extBoolean1}.
*/
public final java.lang.Boolean isExtBoolean1(
){
return this.extBoolean1;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extBoolean1}.
* @param extBoolean1 The possibly null new value for attribute {@code extBoolean1}.
*/
public void setExtBoolean1(
java.lang.Boolean extBoolean1
){
super.openmdxjdoMakeDirty();
this.extBoolean1 =
extBoolean1;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extCode2}.
*/
java.lang.Short extCode2;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extCode2}.
* @return The possibly null value for attribute {@code extCode2}.
*/
public final java.lang.Short getExtCode2(
){
return this.extCode2;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extCode2}.
* @param extCode2 The possibly null new value for attribute {@code extCode2}.
*/
public void setExtCode2(
java.lang.Short extCode2
){
super.openmdxjdoMakeDirty();
this.extCode2 =
extCode2;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extCode3}.
*/
java.lang.Short extCode3;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extCode3}.
* @return The possibly null value for attribute {@code extCode3}.
*/
public final java.lang.Short getExtCode3(
){
return this.extCode3;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extCode3}.
* @param extCode3 The possibly null new value for attribute {@code extCode3}.
*/
public void setExtCode3(
java.lang.Short extCode3
){
super.openmdxjdoMakeDirty();
this.extCode3 =
extCode3;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extBoolean2}.
*/
java.lang.Boolean extBoolean2;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extBoolean2}.
* @return The possibly null value for attribute {@code extBoolean2}.
*/
public final java.lang.Boolean isExtBoolean2(
){
return this.extBoolean2;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extBoolean2}.
* @param extBoolean2 The possibly null new value for attribute {@code extBoolean2}.
*/
public void setExtBoolean2(
java.lang.Boolean extBoolean2
){
super.openmdxjdoMakeDirty();
this.extBoolean2 =
extBoolean2;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extCode4}.
*/
java.lang.Short extCode4;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extCode4}.
* @return The possibly null value for attribute {@code extCode4}.
*/
public final java.lang.Short getExtCode4(
){
return this.extCode4;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extCode4}.
* @param extCode4 The possibly null new value for attribute {@code extCode4}.
*/
public void setExtCode4(
java.lang.Short extCode4
){
super.openmdxjdoMakeDirty();
this.extCode4 =
extCode4;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extBoolean0}.
*/
java.lang.Boolean extBoolean0;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extBoolean0}.
* @return The possibly null value for attribute {@code extBoolean0}.
*/
public final java.lang.Boolean isExtBoolean0(
){
return this.extBoolean0;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extBoolean0}.
* @param extBoolean0 The possibly null new value for attribute {@code extBoolean0}.
*/
public void setExtBoolean0(
java.lang.Boolean extBoolean0
){
super.openmdxjdoMakeDirty();
this.extBoolean0 =
extBoolean0;
}
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code owner}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getOwner(
){
java.util.SortedMap slices = openmdxjdoGetSlices();
return new org.w3c.jpa3.AbstractObject.SlicedList(slices) {
@Override
protected java.lang.String getValue(LocalizedField$Slice slice) {
return slice.getOwner();
}
@Override
protected void setValue(LocalizedField$Slice slice, java.lang.String value) {
openmdxjdoMakeDirty();
slice.setOwner(value);
}
@Override
protected LocalizedField$Slice newSlice(int index) {
return new LocalizedField$Slice(LocalizedField.this, index);
}
@Override
protected void setSize(int size) {
openmdxjdoMakeDirty();
owner_size = size;
}
@Override
public int size() {
return owner_size;
}
};
}
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code owner} and adds the given value(s).
*
* This method is equivalent to
* list.clear();
* for(java.lang.String e : owner){
* list.add(e);
* }
*
* @param owner value(s) to be added to {@code owner}
*/
public void setOwner(
java.lang.String... owner
){
openmdxjdoSetCollection(
getOwner(),
owner
);
}
// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
/**
* Instance referenced by {@code owningUser}.
*/
java.lang.String owningUser;
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code owningUser}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.security.realm1.cci2.User getOwningUser(
) {
throw new javax.jdo.JDOFatalUserException(
"This signature is not handled by data object",
new UnsupportedOperationException("This signature is not handled by data object. Use getOwningUser_Id()."),
this
);
}
public java.lang.String getOwningUser_Id(
) {
return this.owningUser;
}
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code owningUser}.
* @param owningUser The new—possibly {@code null}—value for this reference.
*/
public void setOwningUser(
org.opencrx.security.realm1.cci2.User owningUser
){
throw new javax.jdo.JDOFatalUserException(
"Typed set not handled by data object",
new UnsupportedOperationException("Use setOwningUser_Id() instead."),
this
);
}
public void setOwningUser_Id(
java.lang.String owningUser
) {
super.openmdxjdoMakeDirty();
this.owningUser = owningUser;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code accessLevelBrowse}.
*/
short accessLevelBrowse;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code accessLevelBrowse}.
* @return The non-null value for attribute {@code accessLevelBrowse}.
*/
public final short getAccessLevelBrowse(
){
return this.accessLevelBrowse;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code accessLevelBrowse}.
* @param accessLevelBrowse The non-{@code null} new value for attribute {@code accessLevelBrowse}.
*/
public void setAccessLevelBrowse(
short accessLevelBrowse
){
super.openmdxjdoMakeDirty();
this.accessLevelBrowse = accessLevelBrowse;
}
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code createdBy}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getCreatedBy(
){
java.util.SortedMap slices = openmdxjdoGetSlices();
return new org.w3c.jpa3.AbstractObject.SlicedList(slices) {
@Override
protected java.lang.String getValue(LocalizedField$Slice slice) {
return slice.getCreatedBy();
}
@Override
protected void setValue(LocalizedField$Slice slice, java.lang.String value) {
openmdxjdoMakeDirty();
slice.setCreatedBy(value);
}
@Override
protected LocalizedField$Slice newSlice(int index) {
return new LocalizedField$Slice(LocalizedField.this, index);
}
@Override
protected void setSize(int size) {
openmdxjdoMakeDirty();
createdBy_size = size;
}
@Override
public int size() {
return createdBy_size;
}
};
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code accessLevelUpdate}.
*/
short accessLevelUpdate;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code accessLevelUpdate}.
* @return The non-null value for attribute {@code accessLevelUpdate}.
*/
public final short getAccessLevelUpdate(
){
return this.accessLevelUpdate;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code accessLevelUpdate}.
* @param accessLevelUpdate The non-{@code null} new value for attribute {@code accessLevelUpdate}.
*/
public void setAccessLevelUpdate(
short accessLevelUpdate
){
super.openmdxjdoMakeDirty();
this.accessLevelUpdate = accessLevelUpdate;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extString1}.
*/
java.lang.String extString1;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extString1}.
* @return The possibly null value for attribute {@code extString1}.
*/
public final java.lang.String getExtString1(
){
return this.extString1;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extString1}.
* @param extString1 The possibly null new value for attribute {@code extString1}.
*/
public void setExtString1(
java.lang.String extString1
){
super.openmdxjdoMakeDirty();
this.extString1 =
extString1;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute {@code extString0}.
*/
java.lang.String extString0;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code extString0}.
* @return The possibly null value for attribute {@code extString0}.
*/
public final java.lang.String getExtString0(
){
return this.extString0;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code extString0}.
* @param extString0 The possibly null new value for attribute {@code extString0}.
*/
public void setExtString0(
java.lang.String extString0
){
super.openmdxjdoMakeDirty();
this.extString0 =
extString0;
}
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/DeclareSize
// ----------------------------------------------------------------------------
/**
* Number of elements of attribute {@code owningGroup}
*/
int owningGroup_size;
// ----------------------------------------------------------------------------
// Instance/DeclareSize
// ----------------------------------------------------------------------------
/**
* Number of elements of attribute {@code modifiedBy}
*/
int modifiedBy_size;
// ----------------------------------------------------------------------------
// Instance/DeclareSize
// ----------------------------------------------------------------------------
/**
* Number of elements of attribute {@code owner}
*/
int owner_size;
// ----------------------------------------------------------------------------
// Instance/DeclareSize
// ----------------------------------------------------------------------------
/**
* Number of elements of attribute {@code createdBy}
*/
int createdBy_size;
// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
/**
* Instance referenced by {@code localizedFieldContainer}.
*/
java.lang.String localizedFieldContainer;
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code localizedFieldContainer}.
* @param localizedFieldContainer The new non-{@code null} value for this reference.
*/
public void setLocalizedFieldContainer(
org.opencrx.kernel.generic.cci2.LocalizedFieldContainer localizedFieldContainer
){
throw new javax.jdo.JDOFatalUserException(
"Typed set not handled by data object",
new UnsupportedOperationException("Use setLocalizedFieldContainer_Id() instead."),
this
);
}
public void setLocalizedFieldContainer_Id(
java.lang.String localizedFieldContainer
) {
super.openmdxjdoMakeDirty();
this.localizedFieldContainer = localizedFieldContainer;
}
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}