org.openmdx.audit2.jpa3.Involvement Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:04:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.audit2.jpa3;
/**
* Class Involvement
*/
@SuppressWarnings("serial")
public class Involvement extends org.w3c.jpa3.AbstractObject
implements org.openmdx.audit2.cci2.Involvement
{
/**
* Constructor
*/
public Involvement(
){
// 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/ReferenceDeclaration
// ----------------------------------------------------------------------------
/**
* Instance referenced by unitOfWork
.
*/
java.lang.String unitOfWork;
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference unitOfWork
.
* @return The non-null
value for this reference.
*/
public org.openmdx.audit2.cci2.UnitOfWork getUnitOfWork(
) {
throw new javax.jdo.JDOFatalUserException(
"This signature is not handled by data object",
new UnsupportedOperationException("This signature is not handled by data object. Use getUnitOfWork_Id()."),
this
);
}
public java.lang.String getUnitOfWork_Id(
) {
return this.unitOfWork;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute unitOfWorkId
.
*/
public java.lang.String unitOfWorkId;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute unitOfWorkId
.
* @return The non-null value for attribute unitOfWorkId
.
*/
public final java.lang.String getUnitOfWorkId(
){
return this.unitOfWorkId;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute identity
.
*/
public java.lang.String identity;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute identity
.
* @return The non-null value for attribute identity
.
*/
public java.lang.String getIdentity(
){
return this.identity;
}
// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
/**
* Instance referenced by beforeImage
.
*/
java.lang.String beforeImage;
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference beforeImage
.
* @return The – possibly null
– value for this reference.
*/
public org.openmdx.base.cci2.Modifiable getBeforeImage(
) {
throw new javax.jdo.JDOFatalUserException(
"This signature is not handled by data object",
new UnsupportedOperationException("This signature is not handled by data object. Use getBeforeImage_Id()."),
this
);
}
public java.lang.String getBeforeImage_Id(
) {
return this.beforeImage;
}
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference beforeImage
.
* @param beforeImage The new – possibly null
– value for this reference.
*/
public void setBeforeImage(
org.openmdx.base.cci2.Modifiable beforeImage
){
throw new javax.jdo.JDOFatalUserException(
"Typed set not handled by data object",
new UnsupportedOperationException("Use setBeforeImage_Id() instead."),
this
);
}
public void setBeforeImage_Id(
java.lang.String beforeImage
) {
super.openmdxjdoMakeDirty();
this.beforeImage = beforeImage;
}
// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
/**
* Instance referenced by afterImage
.
*/
java.lang.String afterImage;
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference afterImage
.
* @return The – possibly null
– value for this reference.
*/
public org.openmdx.base.cci2.Modifiable getAfterImage(
) {
throw new javax.jdo.JDOFatalUserException(
"This signature is not handled by data object",
new UnsupportedOperationException("This signature is not handled by data object. Use getAfterImage_Id()."),
this
);
}
public java.lang.String getAfterImage_Id(
) {
return this.afterImage;
}
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference afterImage
.
* @param afterImage The new – possibly null
– value for this reference.
*/
public void setAfterImage(
org.openmdx.base.cci2.Modifiable afterImage
){
throw new javax.jdo.JDOFatalUserException(
"Typed set not handled by data object",
new UnsupportedOperationException("Use setAfterImage_Id() instead."),
this
);
}
public void setAfterImage_Id(
java.lang.String afterImage
) {
super.openmdxjdoMakeDirty();
this.afterImage = afterImage;
}
// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the attribute modifiedFeature
.
* @return A set containing all elements for this attribute.
*/
public java.util.Set getModifiedFeature(
){
java.util.SortedMap slices = openmdxjdoGetSlices();
return new org.w3c.jpa3.AbstractObject.SlicedSet(slices) {
@Override
protected java.lang.String getValue(Involvement$Slice slice) {
return slice.getModifiedFeature();
}
@Override
protected void setValue(Involvement$Slice slice, java.lang.String value) {
openmdxjdoMakeDirty();
slice.setModifiedFeature(value);
}
@Override
protected Involvement$Slice newSlice(int index) {
return new Involvement$Slice(Involvement.this, index);
}
@Override
protected void setSize(int size) {
openmdxjdoMakeDirty();
modifiedFeature_size = size;
}
@Override
public int size() {
return modifiedFeature_size;
}
};
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute taskId
.
*/
public java.lang.String taskId;
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute taskId
.
* @return The possibly null value for attribute taskId
.
*/
public final java.lang.String getTaskId(
){
return this.taskId;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute objectId
.
*/
public java.lang.String objectId;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute objectId
.
* @return The non-null value for attribute objectId
.
*/
public final java.lang.String getObjectId(
){
return this.objectId;
}
// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
/**
* Instance referenced by object
.
*/
java.lang.String object;
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference object
.
* @return The – possibly null
– value for this reference.
*/
public org.openmdx.base.cci2.Modifiable getObject(
) {
throw new javax.jdo.JDOFatalUserException(
"This signature is not handled by data object",
new UnsupportedOperationException("This signature is not handled by data object. Use getObject_Id()."),
this
);
}
public java.lang.String getObject_Id(
) {
return this.object;
}
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference object
.
* @param object The new – possibly null
– value for this reference.
*/
public void setObject(
org.openmdx.base.cci2.Modifiable object
){
throw new javax.jdo.JDOFatalUserException(
"Typed set not handled by data object",
new UnsupportedOperationException("Use setObject_Id() instead."),
this
);
}
public void setObject_Id(
java.lang.String object
) {
super.openmdxjdoMakeDirty();
this.object = object;
}
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/DeclareSize
// ----------------------------------------------------------------------------
/**
* Number of elements of attribute modifiedFeature
*/
int modifiedFeature_size;
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:04:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference unitOfWork
.
* @param unitOfWork The new non-null
value for this reference.
*/
public void setUnitOfWork(
org.openmdx.audit2.jpa3.UnitOfWork unitOfWork
){
throw new javax.jdo.JDOFatalUserException(
"Typed set not handled by data object",
new UnsupportedOperationException("Use setUnitOfWork_Id() instead."),
this
);
}
public void setUnitOfWork_Id(
java.lang.String unitOfWork
) {
super.openmdxjdoMakeDirty();
this.unitOfWork = unitOfWork;
}
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}