Class GeneratedTestIntegrationItem
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.test.TestItem
-
- de.hybris.platform.odata2webservicesfeaturetests.jalo.GeneratedTestIntegrationItem
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
TestIntegrationItem
public abstract class GeneratedTestIntegrationItem extends TestItem
Generated class for typeTestIntegrationItem.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.test.TestItem
TestItem.TestItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBIGDECIMALQualifier of theTestIntegrationItem.bigDecimalattributestatic java.lang.StringBIGINTEGERQualifier of theTestIntegrationItem.bigIntegerattributestatic java.lang.StringCODEQualifier of theTestIntegrationItem.codeattributestatic java.lang.StringDATECOLLECTIONQualifier of theTestIntegrationItem.dateCollectionattributestatic java.lang.StringDETAILQualifier of theTestIntegrationItem.detailattributestatic java.lang.StringDETAILSQualifier of theTestIntegrationItem.detailsattributeprotected static OneToManyHandler<TestIntegrationItemDetail>DETAILSHANDLEROneToManyHandlerfor handling 1:n DETAILS's relation attributes from 'many' side.static java.lang.StringENUMLISTQualifier of theTestIntegrationItem.enumListattributestatic java.lang.StringITEM3Qualifier of theTestIntegrationItem.item3attributestatic java.lang.StringOTHERITEMQualifier of theTestIntegrationItem.otherItemattributestatic java.lang.StringTESTENUMSQualifier of theTestIntegrationItem.testEnumsattributeprotected static OneToManyHandler<EnumerationValue>TESTENUMSHANDLEROneToManyHandlerfor handling 1:n TESTENUMS's relation attributes from 'many' side.-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedTestIntegrationItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToDetails(SessionContext ctx, TestIntegrationItemDetail value)Generated method - Addsvalueto details.voidaddToDetails(TestIntegrationItemDetail value)Generated method - Addsvalueto details.voidaddToTestEnums(EnumerationValue value)Generated method - Addsvalueto testEnums.voidaddToTestEnums(SessionContext ctx, EnumerationValue value)Generated method - Addsvalueto testEnums.java.math.BigDecimalgetBigDecimal()Generated method - Getter of theTestIntegrationItem.bigDecimalattribute.java.math.BigDecimalgetBigDecimal(SessionContext ctx)Generated method - Getter of theTestIntegrationItem.bigDecimalattribute.java.math.BigIntegergetBigInteger()Generated method - Getter of theTestIntegrationItem.bigIntegerattribute.java.math.BigIntegergetBigInteger(SessionContext ctx)Generated method - Getter of theTestIntegrationItem.bigIntegerattribute.java.lang.StringgetCode()Generated method - Getter of theTestIntegrationItem.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theTestIntegrationItem.codeattribute.java.util.Collection<java.util.Date>getDateCollection()Generated method - Getter of theTestIntegrationItem.dateCollectionattribute.java.util.Collection<java.util.Date>getDateCollection(SessionContext ctx)Generated method - Getter of theTestIntegrationItem.dateCollectionattribute.TestIntegrationItemDetailgetDetail()Generated method - Getter of theTestIntegrationItem.detailattribute.TestIntegrationItemDetailgetDetail(SessionContext ctx)Generated method - Getter of theTestIntegrationItem.detailattribute.java.util.List<TestIntegrationItemDetail>getDetails()Generated method - Getter of theTestIntegrationItem.detailsattribute.java.util.List<TestIntegrationItemDetail>getDetails(SessionContext ctx)Generated method - Getter of theTestIntegrationItem.detailsattribute.java.util.List<EnumerationValue>getEnumList()Generated method - Getter of theTestIntegrationItem.enumListattribute.java.util.List<EnumerationValue>getEnumList(SessionContext ctx)Generated method - Getter of theTestIntegrationItem.enumListattribute.TestIntegrationItem3getItem3()Generated method - Getter of theTestIntegrationItem.item3attribute.TestIntegrationItem3getItem3(SessionContext ctx)Generated method - Getter of theTestIntegrationItem.item3attribute.TestIntegrationItemgetOtherItem()Generated method - Getter of theTestIntegrationItem.otherItemattribute.TestIntegrationItemgetOtherItem(SessionContext ctx)Generated method - Getter of theTestIntegrationItem.otherItemattribute.java.util.Set<EnumerationValue>getTestEnums()Generated method - Getter of theTestIntegrationItem.testEnumsattribute.java.util.Set<EnumerationValue>getTestEnums(SessionContext ctx)Generated method - Getter of theTestIntegrationItem.testEnumsattribute.voidremoveFromDetails(SessionContext ctx, TestIntegrationItemDetail value)Generated method - Removesvaluefrom details.voidremoveFromDetails(TestIntegrationItemDetail value)Generated method - Removesvaluefrom details.voidremoveFromTestEnums(EnumerationValue value)Generated method - Removesvaluefrom testEnums.voidremoveFromTestEnums(SessionContext ctx, EnumerationValue value)Generated method - Removesvaluefrom testEnums.voidsetBigDecimal(SessionContext ctx, java.math.BigDecimal value)Generated method - Setter of theTestIntegrationItem.bigDecimalattribute.voidsetBigDecimal(java.math.BigDecimal value)Generated method - Setter of theTestIntegrationItem.bigDecimalattribute.voidsetBigInteger(SessionContext ctx, java.math.BigInteger value)Generated method - Setter of theTestIntegrationItem.bigIntegerattribute.voidsetBigInteger(java.math.BigInteger value)Generated method - Setter of theTestIntegrationItem.bigIntegerattribute.voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theTestIntegrationItem.codeattribute.voidsetCode(java.lang.String value)Generated method - Setter of theTestIntegrationItem.codeattribute.voidsetDateCollection(SessionContext ctx, java.util.Collection<java.util.Date> value)Generated method - Setter of theTestIntegrationItem.dateCollectionattribute.voidsetDateCollection(java.util.Collection<java.util.Date> value)Generated method - Setter of theTestIntegrationItem.dateCollectionattribute.voidsetDetail(SessionContext ctx, TestIntegrationItemDetail value)Generated method - Setter of theTestIntegrationItem.detailattribute.voidsetDetail(TestIntegrationItemDetail value)Generated method - Setter of theTestIntegrationItem.detailattribute.voidsetDetails(SessionContext ctx, java.util.List<TestIntegrationItemDetail> value)Generated method - Setter of theTestIntegrationItem.detailsattribute.voidsetDetails(java.util.List<TestIntegrationItemDetail> value)Generated method - Setter of theTestIntegrationItem.detailsattribute.voidsetEnumList(SessionContext ctx, java.util.List<EnumerationValue> value)Generated method - Setter of theTestIntegrationItem.enumListattribute.voidsetEnumList(java.util.List<EnumerationValue> value)Generated method - Setter of theTestIntegrationItem.enumListattribute.voidsetItem3(SessionContext ctx, TestIntegrationItem3 value)Generated method - Setter of theTestIntegrationItem.item3attribute.voidsetItem3(TestIntegrationItem3 value)Generated method - Setter of theTestIntegrationItem.item3attribute.voidsetOtherItem(SessionContext ctx, TestIntegrationItem value)Generated method - Setter of theTestIntegrationItem.otherItemattribute.voidsetOtherItem(TestIntegrationItem value)Generated method - Setter of theTestIntegrationItem.otherItemattribute.voidsetTestEnums(SessionContext ctx, java.util.Set<EnumerationValue> value)Generated method - Setter of theTestIntegrationItem.testEnumsattribute.voidsetTestEnums(java.util.Set<EnumerationValue> value)Generated method - Setter of theTestIntegrationItem.testEnumsattribute.-
Methods inherited from class de.hybris.platform.jalo.test.TestItem
createItem, getA, getA, getB, getB, getBoolean, getBoolean, getByte, getByte, getCharacter, getCharacter, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getLongString, getPrimitiveBoolean, getPrimitiveBoolean, getPrimitiveByte, getPrimitiveByte, getPrimitiveChar, getPrimitiveChar, getPrimitiveDouble, getPrimitiveDouble, getPrimitiveFloat, getPrimitiveFloat, getPrimitiveInteger, getPrimitiveInteger, getPrimitiveLong, getPrimitiveLong, getPrimitiveShort, getPrimitiveShort, getSerializable, getSerializable, getString, getString, setA, setA, setB, setB, setBoolean, setBoolean, setByte, setByte, setCharacter, setCharacter, setDate, setDate, setDouble, setDouble, setFloat, setFloat, setInteger, setInteger, setLong, setLong, setLongString, setPrimitiveBoolean, setPrimitiveBoolean, setPrimitiveByte, setPrimitiveByte, setPrimitiveChar, setPrimitiveChar, setPrimitiveDouble, setPrimitiveDouble, setPrimitiveFloat, setPrimitiveFloat, setPrimitiveInteger, setPrimitiveInteger, setPrimitiveLong, setPrimitiveLong, setPrimitiveShort, setPrimitiveShort, setSerializable, setSerializable, setString, setString
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getDefaultAttributeModes, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getNonInitialAttributes, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRelatedItems, getRelatedItems, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setRelatedItems, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CODE
public static final java.lang.String CODE
Qualifier of theTestIntegrationItem.codeattribute- See Also:
- Constant Field Values
-
OTHERITEM
public static final java.lang.String OTHERITEM
Qualifier of theTestIntegrationItem.otherItemattribute- See Also:
- Constant Field Values
-
ITEM3
public static final java.lang.String ITEM3
Qualifier of theTestIntegrationItem.item3attribute- See Also:
- Constant Field Values
-
DETAIL
public static final java.lang.String DETAIL
Qualifier of theTestIntegrationItem.detailattribute- See Also:
- Constant Field Values
-
BIGDECIMAL
public static final java.lang.String BIGDECIMAL
Qualifier of theTestIntegrationItem.bigDecimalattribute- See Also:
- Constant Field Values
-
DATECOLLECTION
public static final java.lang.String DATECOLLECTION
Qualifier of theTestIntegrationItem.dateCollectionattribute- See Also:
- Constant Field Values
-
BIGINTEGER
public static final java.lang.String BIGINTEGER
Qualifier of theTestIntegrationItem.bigIntegerattribute- See Also:
- Constant Field Values
-
ENUMLIST
public static final java.lang.String ENUMLIST
Qualifier of theTestIntegrationItem.enumListattribute- See Also:
- Constant Field Values
-
DETAILS
public static final java.lang.String DETAILS
Qualifier of theTestIntegrationItem.detailsattribute- See Also:
- Constant Field Values
-
TESTENUMS
public static final java.lang.String TESTENUMS
Qualifier of theTestIntegrationItem.testEnumsattribute- See Also:
- Constant Field Values
-
DETAILSHANDLER
protected static final OneToManyHandler<TestIntegrationItemDetail> DETAILSHANDLER
OneToManyHandlerfor handling 1:n DETAILS's relation attributes from 'many' side.
-
TESTENUMSHANDLER
protected static final OneToManyHandler<EnumerationValue> TESTENUMSHANDLER
OneToManyHandlerfor handling 1:n TESTENUMS's relation attributes from 'many' side.
-
-
Method Detail
-
getBigDecimal
public java.math.BigDecimal getBigDecimal(SessionContext ctx)
Generated method - Getter of theTestIntegrationItem.bigDecimalattribute.- Returns:
- the bigDecimal
-
getBigDecimal
public java.math.BigDecimal getBigDecimal()
Generated method - Getter of theTestIntegrationItem.bigDecimalattribute.- Returns:
- the bigDecimal
-
setBigDecimal
public void setBigDecimal(SessionContext ctx, java.math.BigDecimal value)
Generated method - Setter of theTestIntegrationItem.bigDecimalattribute.- Parameters:
value- the bigDecimal
-
setBigDecimal
public void setBigDecimal(java.math.BigDecimal value)
Generated method - Setter of theTestIntegrationItem.bigDecimalattribute.- Parameters:
value- the bigDecimal
-
getBigInteger
public java.math.BigInteger getBigInteger(SessionContext ctx)
Generated method - Getter of theTestIntegrationItem.bigIntegerattribute.- Returns:
- the bigInteger
-
getBigInteger
public java.math.BigInteger getBigInteger()
Generated method - Getter of theTestIntegrationItem.bigIntegerattribute.- Returns:
- the bigInteger
-
setBigInteger
public void setBigInteger(SessionContext ctx, java.math.BigInteger value)
Generated method - Setter of theTestIntegrationItem.bigIntegerattribute.- Parameters:
value- the bigInteger
-
setBigInteger
public void setBigInteger(java.math.BigInteger value)
Generated method - Setter of theTestIntegrationItem.bigIntegerattribute.- Parameters:
value- the bigInteger
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theTestIntegrationItem.codeattribute.- Returns:
- the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
-
getCode
public java.lang.String getCode()
Generated method - Getter of theTestIntegrationItem.codeattribute.- Returns:
- the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTestIntegrationItem.codeattribute.- Parameters:
value- the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theTestIntegrationItem.codeattribute.- Parameters:
value- the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
-
getDateCollection
public java.util.Collection<java.util.Date> getDateCollection(SessionContext ctx)
Generated method - Getter of theTestIntegrationItem.dateCollectionattribute.- Returns:
- the dateCollection - Defines an optional date collection.
-
getDateCollection
public java.util.Collection<java.util.Date> getDateCollection()
Generated method - Getter of theTestIntegrationItem.dateCollectionattribute.- Returns:
- the dateCollection - Defines an optional date collection.
-
setDateCollection
public void setDateCollection(SessionContext ctx, java.util.Collection<java.util.Date> value)
Generated method - Setter of theTestIntegrationItem.dateCollectionattribute.- Parameters:
value- the dateCollection - Defines an optional date collection.
-
setDateCollection
public void setDateCollection(java.util.Collection<java.util.Date> value)
Generated method - Setter of theTestIntegrationItem.dateCollectionattribute.- Parameters:
value- the dateCollection - Defines an optional date collection.
-
getDetail
public TestIntegrationItemDetail getDetail(SessionContext ctx)
Generated method - Getter of theTestIntegrationItem.detailattribute.- Returns:
- the detail - Defines optional one-to-one association between this item and a TestIntegrationItemDetail.
-
getDetail
public TestIntegrationItemDetail getDetail()
Generated method - Getter of theTestIntegrationItem.detailattribute.- Returns:
- the detail - Defines optional one-to-one association between this item and a TestIntegrationItemDetail.
-
setDetail
public void setDetail(SessionContext ctx, TestIntegrationItemDetail value)
Generated method - Setter of theTestIntegrationItem.detailattribute.- Parameters:
value- the detail - Defines optional one-to-one association between this item and a TestIntegrationItemDetail.
-
setDetail
public void setDetail(TestIntegrationItemDetail value)
Generated method - Setter of theTestIntegrationItem.detailattribute.- Parameters:
value- the detail - Defines optional one-to-one association between this item and a TestIntegrationItemDetail.
-
getDetails
public java.util.List<TestIntegrationItemDetail> getDetails(SessionContext ctx)
Generated method - Getter of theTestIntegrationItem.detailsattribute.- Returns:
- the details
-
getDetails
public java.util.List<TestIntegrationItemDetail> getDetails()
Generated method - Getter of theTestIntegrationItem.detailsattribute.- Returns:
- the details
-
setDetails
public void setDetails(SessionContext ctx, java.util.List<TestIntegrationItemDetail> value)
Generated method - Setter of theTestIntegrationItem.detailsattribute.- Parameters:
value- the details
-
setDetails
public void setDetails(java.util.List<TestIntegrationItemDetail> value)
Generated method - Setter of theTestIntegrationItem.detailsattribute.- Parameters:
value- the details
-
addToDetails
public void addToDetails(SessionContext ctx, TestIntegrationItemDetail value)
Generated method - Addsvalueto details.- Parameters:
value- the item to add to details
-
addToDetails
public void addToDetails(TestIntegrationItemDetail value)
Generated method - Addsvalueto details.- Parameters:
value- the item to add to details
-
removeFromDetails
public void removeFromDetails(SessionContext ctx, TestIntegrationItemDetail value)
Generated method - Removesvaluefrom details.- Parameters:
value- the item to remove from details
-
removeFromDetails
public void removeFromDetails(TestIntegrationItemDetail value)
Generated method - Removesvaluefrom details.- Parameters:
value- the item to remove from details
-
getEnumList
public java.util.List<EnumerationValue> getEnumList(SessionContext ctx)
Generated method - Getter of theTestIntegrationItem.enumListattribute.- Returns:
- the enumList
-
getEnumList
public java.util.List<EnumerationValue> getEnumList()
Generated method - Getter of theTestIntegrationItem.enumListattribute.- Returns:
- the enumList
-
setEnumList
public void setEnumList(SessionContext ctx, java.util.List<EnumerationValue> value)
Generated method - Setter of theTestIntegrationItem.enumListattribute.- Parameters:
value- the enumList
-
setEnumList
public void setEnumList(java.util.List<EnumerationValue> value)
Generated method - Setter of theTestIntegrationItem.enumListattribute.- Parameters:
value- the enumList
-
getItem3
public TestIntegrationItem3 getItem3(SessionContext ctx)
Generated method - Getter of theTestIntegrationItem.item3attribute.- Returns:
- the item3
-
getItem3
public TestIntegrationItem3 getItem3()
Generated method - Getter of theTestIntegrationItem.item3attribute.- Returns:
- the item3
-
setItem3
public void setItem3(SessionContext ctx, TestIntegrationItem3 value)
Generated method - Setter of theTestIntegrationItem.item3attribute.- Parameters:
value- the item3
-
setItem3
public void setItem3(TestIntegrationItem3 value)
Generated method - Setter of theTestIntegrationItem.item3attribute.- Parameters:
value- the item3
-
getOtherItem
public TestIntegrationItem getOtherItem(SessionContext ctx)
Generated method - Getter of theTestIntegrationItem.otherItemattribute.- Returns:
- the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
-
getOtherItem
public TestIntegrationItem getOtherItem()
Generated method - Getter of theTestIntegrationItem.otherItemattribute.- Returns:
- the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
-
setOtherItem
public void setOtherItem(SessionContext ctx, TestIntegrationItem value)
Generated method - Setter of theTestIntegrationItem.otherItemattribute.- Parameters:
value- the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
-
setOtherItem
public void setOtherItem(TestIntegrationItem value)
Generated method - Setter of theTestIntegrationItem.otherItemattribute.- Parameters:
value- the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
-
getTestEnums
public java.util.Set<EnumerationValue> getTestEnums(SessionContext ctx)
Generated method - Getter of theTestIntegrationItem.testEnumsattribute.- Returns:
- the testEnums
-
getTestEnums
public java.util.Set<EnumerationValue> getTestEnums()
Generated method - Getter of theTestIntegrationItem.testEnumsattribute.- Returns:
- the testEnums
-
setTestEnums
public void setTestEnums(SessionContext ctx, java.util.Set<EnumerationValue> value)
Generated method - Setter of theTestIntegrationItem.testEnumsattribute.- Parameters:
value- the testEnums
-
setTestEnums
public void setTestEnums(java.util.Set<EnumerationValue> value)
Generated method - Setter of theTestIntegrationItem.testEnumsattribute.- Parameters:
value- the testEnums
-
addToTestEnums
public void addToTestEnums(SessionContext ctx, EnumerationValue value)
Generated method - Addsvalueto testEnums.- Parameters:
value- the item to add to testEnums
-
addToTestEnums
public void addToTestEnums(EnumerationValue value)
Generated method - Addsvalueto testEnums.- Parameters:
value- the item to add to testEnums
-
removeFromTestEnums
public void removeFromTestEnums(SessionContext ctx, EnumerationValue value)
Generated method - Removesvaluefrom testEnums.- Parameters:
value- the item to remove from testEnums
-
removeFromTestEnums
public void removeFromTestEnums(EnumerationValue value)
Generated method - Removesvaluefrom testEnums.- Parameters:
value- the item to remove from testEnums
-
-