Class CsTicketChangeEventEntryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.ticket.events.model.CsTicketChangeEventEntryModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CsTicketChangeEventCsAgentGroupEntryModel,CsTicketChangeEventCsTicketCategoryEntryModel,CsTicketChangeEventCsTicketPriorityEntryModel,CsTicketChangeEventCsTicketStateEntryModel,CsTicketChangeEventEmployeeEntryModel,CsTicketChangeEventStringEntryModel
Generated model class for type CsTicketChangeEventEntry first defined at extension ticketsystem.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationCsTicketEvent2CsTicketChangeEntrydefining source attributeeventin extensionticketsystem.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCsTicketChangeEventEntry.alteredAttributeattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketChangeEventEntry.eventattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketChangeEventEntry.newBinaryValueattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketChangeEventEntry.newStringValueattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketChangeEventEntry.oldBinaryValueattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketChangeEventEntry.oldStringValueattribute defined at extensionticketsystem.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketChangeEventEntryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCsTicketChangeEventEntry.alteredAttributeattribute defined at extensionticketsystem.getEvent()Generated method - Getter of theCsTicketChangeEventEntry.eventattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketChangeEventEntry.newBinaryValueattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketChangeEventEntry.newStringValueattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketChangeEventEntry.oldBinaryValueattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketChangeEventEntry.oldStringValueattribute defined at extensionticketsystem.voidGenerated method - Setter ofCsTicketChangeEventEntry.alteredAttributeattribute defined at extensionticketsystem.voidsetEvent(CsTicketEventModel value) Generated method - Setter ofCsTicketChangeEventEntry.eventattribute defined at extensionticketsystem.voidsetNewBinaryValue(Object value) Generated method - Setter ofCsTicketChangeEventEntry.newBinaryValueattribute defined at extensionticketsystem.voidsetNewStringValue(String value) Generated method - Setter ofCsTicketChangeEventEntry.newStringValueattribute defined at extensionticketsystem.voidsetOldBinaryValue(Object value) Generated method - Setter ofCsTicketChangeEventEntry.oldBinaryValueattribute defined at extensionticketsystem.voidsetOldStringValue(String value) Generated method - Setter ofCsTicketChangeEventEntry.oldStringValueattribute defined at extensionticketsystem.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_CSTICKETEVENT2CSTICKETCHANGEENTRY
Generated relation code constant for relationCsTicketEvent2CsTicketChangeEntrydefining source attributeeventin extensionticketsystem.- See Also:
-
ALTEREDATTRIBUTE
Generated constant - Attribute key ofCsTicketChangeEventEntry.alteredAttributeattribute defined at extensionticketsystem.- See Also:
-
OLDSTRINGVALUE
Generated constant - Attribute key ofCsTicketChangeEventEntry.oldStringValueattribute defined at extensionticketsystem.- See Also:
-
NEWSTRINGVALUE
Generated constant - Attribute key ofCsTicketChangeEventEntry.newStringValueattribute defined at extensionticketsystem.- See Also:
-
OLDBINARYVALUE
Generated constant - Attribute key ofCsTicketChangeEventEntry.oldBinaryValueattribute defined at extensionticketsystem.- See Also:
-
NEWBINARYVALUE
Generated constant - Attribute key ofCsTicketChangeEventEntry.newBinaryValueattribute defined at extensionticketsystem.- See Also:
-
EVENT
Generated constant - Attribute key ofCsTicketChangeEventEntry.eventattribute defined at extensionticketsystem.- See Also:
-
-
Constructor Details
-
CsTicketChangeEventEntryModel
public CsTicketChangeEventEntryModel()Generated constructor - Default constructor for generic creation. -
CsTicketChangeEventEntryModel
public CsTicketChangeEventEntryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CsTicketChangeEventEntryModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAlteredAttribute
@Accessor(qualifier="alteredAttribute", type=GETTER) public AttributeDescriptorModel getAlteredAttribute()Generated method - Getter of theCsTicketChangeEventEntry.alteredAttributeattribute defined at extensionticketsystem.- Returns:
- the alteredAttribute
-
getEvent
Generated method - Getter of theCsTicketChangeEventEntry.eventattribute defined at extensionticketsystem.- Returns:
- the event
-
getNewBinaryValue
Generated method - Getter of theCsTicketChangeEventEntry.newBinaryValueattribute defined at extensionticketsystem.- Returns:
- the newBinaryValue
-
getNewStringValue
Generated method - Getter of theCsTicketChangeEventEntry.newStringValueattribute defined at extensionticketsystem.- Returns:
- the newStringValue
-
getOldBinaryValue
Generated method - Getter of theCsTicketChangeEventEntry.oldBinaryValueattribute defined at extensionticketsystem.- Returns:
- the oldBinaryValue
-
getOldStringValue
Generated method - Getter of theCsTicketChangeEventEntry.oldStringValueattribute defined at extensionticketsystem.- Returns:
- the oldStringValue
-
setAlteredAttribute
@Accessor(qualifier="alteredAttribute", type=SETTER) public void setAlteredAttribute(AttributeDescriptorModel value) Generated method - Setter ofCsTicketChangeEventEntry.alteredAttributeattribute defined at extensionticketsystem.- Parameters:
value- the alteredAttribute
-
setEvent
Generated method - Setter ofCsTicketChangeEventEntry.eventattribute defined at extensionticketsystem.- Parameters:
value- the event
-
setNewBinaryValue
Generated method - Setter ofCsTicketChangeEventEntry.newBinaryValueattribute defined at extensionticketsystem.- Parameters:
value- the newBinaryValue
-
setNewStringValue
Generated method - Setter ofCsTicketChangeEventEntry.newStringValueattribute defined at extensionticketsystem.- Parameters:
value- the newStringValue
-
setOldBinaryValue
Generated method - Setter ofCsTicketChangeEventEntry.oldBinaryValueattribute defined at extensionticketsystem.- Parameters:
value- the oldBinaryValue
-
setOldStringValue
Generated method - Setter ofCsTicketChangeEventEntry.oldStringValueattribute defined at extensionticketsystem.- Parameters:
value- the oldStringValue
-