Class SystemSetupAuditModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.initialization.SystemSetupAuditModel
- All Implemented Interfaces:
Serializable
Generated model class for type SystemSetupAudit first defined at extension core.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSystemSetupAudit.classNameattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSystemSetupAudit.descriptionattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSystemSetupAudit.extensionNameattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSystemSetupAudit.hashattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSystemSetupAudit.methodNameattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSystemSetupAudit.nameattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSystemSetupAudit.patchattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSystemSetupAudit.requiredattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofSystemSetupAudit.userattribute defined at extensioncore.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.Generated constructor - Default constructor for creation with existing contextSystemSetupAuditModel(String _className, String _extensionName, String _hash, String _methodName, String _name, boolean _patch, boolean _required, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSystemSetupAuditModel(String _className, String _extensionName, String _hash, String _methodName, String _name, ItemModel _owner, boolean _patch, boolean _required, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSystemSetupAudit.classNameattribute defined at extensioncore.Generated method - Getter of theSystemSetupAudit.descriptionattribute defined at extensioncore.Generated method - Getter of theSystemSetupAudit.extensionNameattribute defined at extensioncore.getHash()Generated method - Getter of theSystemSetupAudit.hashattribute defined at extensioncore.Generated method - Getter of theSystemSetupAudit.methodNameattribute defined at extensioncore.getName()Generated method - Getter of theSystemSetupAudit.nameattribute defined at extensioncore.getUser()Generated method - Getter of theSystemSetupAudit.userattribute defined at extensioncore.booleanisPatch()Generated method - Getter of theSystemSetupAudit.patchattribute defined at extensioncore.booleanGenerated method - Getter of theSystemSetupAudit.requiredattribute defined at extensioncore.voidsetClassName(String value) Generated method - Initial setter ofSystemSetupAudit.classNameattribute defined at extensioncore.voidsetDescription(String value) Generated method - Setter ofSystemSetupAudit.descriptionattribute defined at extensioncore.voidsetExtensionName(String value) Generated method - Initial setter ofSystemSetupAudit.extensionNameattribute defined at extensioncore.voidGenerated method - Initial setter ofSystemSetupAudit.hashattribute defined at extensioncore.voidsetMethodName(String value) Generated method - Initial setter ofSystemSetupAudit.methodNameattribute defined at extensioncore.voidGenerated method - Initial setter ofSystemSetupAudit.nameattribute defined at extensioncore.voidsetPatch(boolean value) Generated method - Initial setter ofSystemSetupAudit.patchattribute defined at extensioncore.voidsetRequired(boolean value) Generated method - Initial setter ofSystemSetupAudit.requiredattribute defined at extensioncore.voidGenerated method - Initial setter ofSystemSetupAudit.userattribute defined at extensioncore.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:
-
HASH
Generated constant - Attribute key ofSystemSetupAudit.hashattribute defined at extensioncore.- See Also:
-
EXTENSIONNAME
Generated constant - Attribute key ofSystemSetupAudit.extensionNameattribute defined at extensioncore.- See Also:
-
REQUIRED
Generated constant - Attribute key ofSystemSetupAudit.requiredattribute defined at extensioncore.- See Also:
-
PATCH
Generated constant - Attribute key ofSystemSetupAudit.patchattribute defined at extensioncore.- See Also:
-
USER
Generated constant - Attribute key ofSystemSetupAudit.userattribute defined at extensioncore.- See Also:
-
NAME
Generated constant - Attribute key ofSystemSetupAudit.nameattribute defined at extensioncore.- See Also:
-
CLASSNAME
Generated constant - Attribute key ofSystemSetupAudit.classNameattribute defined at extensioncore.- See Also:
-
METHODNAME
Generated constant - Attribute key ofSystemSetupAudit.methodNameattribute defined at extensioncore.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofSystemSetupAudit.descriptionattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
SystemSetupAuditModel
public SystemSetupAuditModel()Generated constructor - Default constructor for generic creation. -
SystemSetupAuditModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SystemSetupAuditModel
@Deprecated(since="4.1.1", forRemoval=true) public SystemSetupAuditModel(String _className, String _extensionName, String _hash, String _methodName, String _name, boolean _patch, boolean _required, UserModel _user) 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 - Constructor with all mandatory attributes.- Parameters:
_className- initial attribute declared by typeSystemSetupAuditat extensioncore_extensionName- initial attribute declared by typeSystemSetupAuditat extensioncore_hash- initial attribute declared by typeSystemSetupAuditat extensioncore_methodName- initial attribute declared by typeSystemSetupAuditat extensioncore_name- initial attribute declared by typeSystemSetupAuditat extensioncore_patch- initial attribute declared by typeSystemSetupAuditat extensioncore_required- initial attribute declared by typeSystemSetupAuditat extensioncore_user- initial attribute declared by typeSystemSetupAuditat extensioncore
-
SystemSetupAuditModel
@Deprecated(since="4.1.1", forRemoval=true) public SystemSetupAuditModel(String _className, String _extensionName, String _hash, String _methodName, String _name, ItemModel _owner, boolean _patch, boolean _required, UserModel _user) 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:
_className- initial attribute declared by typeSystemSetupAuditat extensioncore_extensionName- initial attribute declared by typeSystemSetupAuditat extensioncore_hash- initial attribute declared by typeSystemSetupAuditat extensioncore_methodName- initial attribute declared by typeSystemSetupAuditat extensioncore_name- initial attribute declared by typeSystemSetupAuditat extensioncore_owner- initial attribute declared by typeItemat extensioncore_patch- initial attribute declared by typeSystemSetupAuditat extensioncore_required- initial attribute declared by typeSystemSetupAuditat extensioncore_user- initial attribute declared by typeSystemSetupAuditat extensioncore
-
-
Method Details
-
getClassName
Generated method - Getter of theSystemSetupAudit.classNameattribute defined at extensioncore.- Returns:
- the className
-
getDescription
Generated method - Getter of theSystemSetupAudit.descriptionattribute defined at extensioncore.- Returns:
- the description
-
getExtensionName
Generated method - Getter of theSystemSetupAudit.extensionNameattribute defined at extensioncore.- Returns:
- the extensionName
-
getHash
Generated method - Getter of theSystemSetupAudit.hashattribute defined at extensioncore.- Returns:
- the hash
-
getMethodName
Generated method - Getter of theSystemSetupAudit.methodNameattribute defined at extensioncore.- Returns:
- the methodName
-
getName
Generated method - Getter of theSystemSetupAudit.nameattribute defined at extensioncore.- Returns:
- the name
-
getUser
Generated method - Getter of theSystemSetupAudit.userattribute defined at extensioncore.- Returns:
- the user
-
isPatch
Generated method - Getter of theSystemSetupAudit.patchattribute defined at extensioncore.- Returns:
- the patch
-
isRequired
Generated method - Getter of theSystemSetupAudit.requiredattribute defined at extensioncore.- Returns:
- the required
-
setClassName
Generated method - Initial setter ofSystemSetupAudit.classNameattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the className
-
setDescription
Generated method - Setter ofSystemSetupAudit.descriptionattribute defined at extensioncore.- Parameters:
value- the description
-
setExtensionName
Generated method - Initial setter ofSystemSetupAudit.extensionNameattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the extensionName
-
setHash
Generated method - Initial setter ofSystemSetupAudit.hashattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the hash
-
setMethodName
Generated method - Initial setter ofSystemSetupAudit.methodNameattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the methodName
-
setName
Generated method - Initial setter ofSystemSetupAudit.nameattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the name
-
setPatch
Generated method - Initial setter ofSystemSetupAudit.patchattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the patch
-
setRequired
Generated method - Initial setter ofSystemSetupAudit.requiredattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the required
-
setUser
Generated method - Initial setter ofSystemSetupAudit.userattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the user
-