Class TuaAccountRelationship
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.GenericItem
de.hybris.platform.tuadatamodel.jalo.TuaAccountRelationship
- All Implemented Interfaces:
Serializable,Comparable
public class TuaAccountRelationship
extends de.hybris.platform.jalo.GenericItem
Generated class for type TuaAccountRelationship.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
de.hybris.platform.jalo.GenericItem.GenericItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.Item
de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringQualifier of theTuaAccountRelationship.endDateTimeattributestatic final StringQualifier of theTuaAccountRelationship.externalIdentifiersattributestatic final StringQualifier of theTuaAccountRelationship.idattributestatic final StringQualifier of theTuaAccountRelationship.relationshipTypeattributestatic final StringQualifier of theTuaAccountRelationship.sourceAccountattributeprotected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaAccountRelationship>BidirectionalOneToManyHandlerfor handling 1:n SOURCEACCOUNT's relation attributes from 'one' side.static final StringQualifier of theTuaAccountRelationship.startDateTimeattributestatic final StringQualifier of theTuaAccountRelationship.targetAccountattributeprotected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaAccountRelationship>BidirectionalOneToManyHandlerfor handling 1:n TARGETACCOUNT's relation attributes from 'one' side.Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLEDFields 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, TYPEFields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.jalo.ItemcreateItem(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.type.ComposedType type, de.hybris.platform.jalo.Item.ItemAttributeMap allAttributes) Generated method - Getter of theTuaAccountRelationship.endDateTimeattribute.getEndDateTime(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccountRelationship.endDateTimeattribute.Generated method - Getter of theTuaAccountRelationship.externalIdentifiersattribute.getExternalIdentifiers(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccountRelationship.externalIdentifiersattribute.getId()Generated method - Getter of theTuaAccountRelationship.idattribute.getId(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccountRelationship.idattribute.Generated method - Getter of theTuaAccountRelationship.relationshipTypeattribute.getRelationshipType(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccountRelationship.relationshipTypeattribute.Generated method - Getter of theTuaAccountRelationship.sourceAccountattribute.getSourceAccount(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccountRelationship.sourceAccountattribute.Generated method - Getter of theTuaAccountRelationship.startDateTimeattribute.getStartDateTime(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccountRelationship.startDateTimeattribute.Generated method - Getter of theTuaAccountRelationship.targetAccountattribute.getTargetAccount(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccountRelationship.targetAccountattribute.voidsetEndDateTime(de.hybris.platform.jalo.SessionContext ctx, Date value) Generated method - Setter of theTuaAccountRelationship.endDateTimeattribute.voidsetEndDateTime(Date value) Generated method - Setter of theTuaAccountRelationship.endDateTimeattribute.voidsetExternalIdentifiers(de.hybris.platform.jalo.SessionContext ctx, List<TuaExternalIdentifier> value) Generated method - Setter of theTuaAccountRelationship.externalIdentifiersattribute.voidGenerated method - Setter of theTuaAccountRelationship.externalIdentifiersattribute.voidGenerated method - Setter of theTuaAccountRelationship.idattribute.voidGenerated method - Setter of theTuaAccountRelationship.idattribute.voidsetRelationshipType(de.hybris.platform.jalo.SessionContext ctx, String value) Generated method - Setter of theTuaAccountRelationship.relationshipTypeattribute.voidsetRelationshipType(String value) Generated method - Setter of theTuaAccountRelationship.relationshipTypeattribute.voidsetSourceAccount(de.hybris.platform.jalo.SessionContext ctx, TuaAccount value) Generated method - Setter of theTuaAccountRelationship.sourceAccountattribute.voidsetSourceAccount(TuaAccount value) Generated method - Setter of theTuaAccountRelationship.sourceAccountattribute.voidsetStartDateTime(de.hybris.platform.jalo.SessionContext ctx, Date value) Generated method - Setter of theTuaAccountRelationship.startDateTimeattribute.voidsetStartDateTime(Date value) Generated method - Setter of theTuaAccountRelationship.startDateTimeattribute.voidsetTargetAccount(de.hybris.platform.jalo.SessionContext ctx, TuaAccount value) Generated method - Setter of theTuaAccountRelationship.targetAccountattribute.voidsetTargetAccount(TuaAccount value) Generated method - Setter of theTuaAccountRelationship.targetAccountattribute.Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItemsMethods 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, setLocalizedPropertyMethods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyMethods 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, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPartOfRemovedSessionMarker, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, 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, setTransientObject, setUseTA, suppressRelation, toString, useTA, writeReplaceMethods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
Field Details
-
ID
Qualifier of theTuaAccountRelationship.idattribute- See Also:
-
RELATIONSHIPTYPE
Qualifier of theTuaAccountRelationship.relationshipTypeattribute- See Also:
-
STARTDATETIME
Qualifier of theTuaAccountRelationship.startDateTimeattribute- See Also:
-
ENDDATETIME
Qualifier of theTuaAccountRelationship.endDateTimeattribute- See Also:
-
EXTERNALIDENTIFIERS
Qualifier of theTuaAccountRelationship.externalIdentifiersattribute- See Also:
-
SOURCEACCOUNT
Qualifier of theTuaAccountRelationship.sourceAccountattribute- See Also:
-
TARGETACCOUNT
Qualifier of theTuaAccountRelationship.targetAccountattribute- See Also:
-
SOURCEACCOUNTHANDLER
protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaAccountRelationship> SOURCEACCOUNTHANDLERBidirectionalOneToManyHandlerfor handling 1:n SOURCEACCOUNT's relation attributes from 'one' side. -
TARGETACCOUNTHANDLER
protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaAccountRelationship> TARGETACCOUNTHANDLERBidirectionalOneToManyHandlerfor handling 1:n TARGETACCOUNT's relation attributes from 'one' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
TuaAccountRelationship
public TuaAccountRelationship()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classde.hybris.platform.jalo.Item
-
createItem
protected de.hybris.platform.jalo.Item createItem(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.type.ComposedType type, de.hybris.platform.jalo.Item.ItemAttributeMap allAttributes) throws de.hybris.platform.jalo.JaloBusinessException - Overrides:
createItemin classde.hybris.platform.jalo.GenericItem- Throws:
de.hybris.platform.jalo.JaloBusinessException
-
getEndDateTime
Generated method - Getter of theTuaAccountRelationship.endDateTimeattribute.- Returns:
- the endDateTime - End date time.
-
getEndDateTime
Generated method - Getter of theTuaAccountRelationship.endDateTimeattribute.- Returns:
- the endDateTime - End date time.
-
setEndDateTime
Generated method - Setter of theTuaAccountRelationship.endDateTimeattribute.- Parameters:
value- the endDateTime - End date time.
-
setEndDateTime
Generated method - Setter of theTuaAccountRelationship.endDateTimeattribute.- Parameters:
value- the endDateTime - End date time.
-
getExternalIdentifiers
public List<TuaExternalIdentifier> getExternalIdentifiers(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccountRelationship.externalIdentifiersattribute.- Returns:
- the externalIdentifiers
-
getExternalIdentifiers
Generated method - Getter of theTuaAccountRelationship.externalIdentifiersattribute.- Returns:
- the externalIdentifiers
-
setExternalIdentifiers
public void setExternalIdentifiers(de.hybris.platform.jalo.SessionContext ctx, List<TuaExternalIdentifier> value) Generated method - Setter of theTuaAccountRelationship.externalIdentifiersattribute.- Parameters:
value- the externalIdentifiers
-
setExternalIdentifiers
Generated method - Setter of theTuaAccountRelationship.externalIdentifiersattribute.- Parameters:
value- the externalIdentifiers
-
getId
Generated method - Getter of theTuaAccountRelationship.idattribute.- Returns:
- the id - Unique Identifier
-
getId
Generated method - Getter of theTuaAccountRelationship.idattribute.- Returns:
- the id - Unique Identifier
-
setId
Generated method - Setter of theTuaAccountRelationship.idattribute.- Parameters:
value- the id - Unique Identifier
-
setId
Generated method - Setter of theTuaAccountRelationship.idattribute.- Parameters:
value- the id - Unique Identifier
-
getRelationshipType
Generated method - Getter of theTuaAccountRelationship.relationshipTypeattribute.- Returns:
- the relationshipType - Relationship type
-
getRelationshipType
Generated method - Getter of theTuaAccountRelationship.relationshipTypeattribute.- Returns:
- the relationshipType - Relationship type
-
setRelationshipType
Generated method - Setter of theTuaAccountRelationship.relationshipTypeattribute.- Parameters:
value- the relationshipType - Relationship type
-
setRelationshipType
Generated method - Setter of theTuaAccountRelationship.relationshipTypeattribute.- Parameters:
value- the relationshipType - Relationship type
-
getSourceAccount
Generated method - Getter of theTuaAccountRelationship.sourceAccountattribute.- Returns:
- the sourceAccount - Source Account
-
getSourceAccount
Generated method - Getter of theTuaAccountRelationship.sourceAccountattribute.- Returns:
- the sourceAccount - Source Account
-
setSourceAccount
Generated method - Setter of theTuaAccountRelationship.sourceAccountattribute.- Parameters:
value- the sourceAccount - Source Account
-
setSourceAccount
Generated method - Setter of theTuaAccountRelationship.sourceAccountattribute.- Parameters:
value- the sourceAccount - Source Account
-
getStartDateTime
Generated method - Getter of theTuaAccountRelationship.startDateTimeattribute.- Returns:
- the startDateTime - Start date time.
-
getStartDateTime
Generated method - Getter of theTuaAccountRelationship.startDateTimeattribute.- Returns:
- the startDateTime - Start date time.
-
setStartDateTime
Generated method - Setter of theTuaAccountRelationship.startDateTimeattribute.- Parameters:
value- the startDateTime - Start date time.
-
setStartDateTime
Generated method - Setter of theTuaAccountRelationship.startDateTimeattribute.- Parameters:
value- the startDateTime - Start date time.
-
getTargetAccount
Generated method - Getter of theTuaAccountRelationship.targetAccountattribute.- Returns:
- the targetAccount - Target Account
-
getTargetAccount
Generated method - Getter of theTuaAccountRelationship.targetAccountattribute.- Returns:
- the targetAccount - Target Account
-
setTargetAccount
Generated method - Setter of theTuaAccountRelationship.targetAccountattribute.- Parameters:
value- the targetAccount - Target Account
-
setTargetAccount
Generated method - Setter of theTuaAccountRelationship.targetAccountattribute.- Parameters:
value- the targetAccount - Target Account
-