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:
java.io.Serializable
public class SystemSetupAuditModel extends ItemModel
Generated model class for type SystemSetupAudit first defined at extension core.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCLASSNAMEGenerated constant - Attribute key ofSystemSetupAudit.classNameattribute defined at extensioncore.static java.lang.StringDESCRIPTIONGenerated constant - Attribute key ofSystemSetupAudit.descriptionattribute defined at extensioncore.static java.lang.StringEXTENSIONNAMEGenerated constant - Attribute key ofSystemSetupAudit.extensionNameattribute defined at extensioncore.static java.lang.StringHASHGenerated constant - Attribute key ofSystemSetupAudit.hashattribute defined at extensioncore.static java.lang.StringMETHODNAMEGenerated constant - Attribute key ofSystemSetupAudit.methodNameattribute defined at extensioncore.static java.lang.StringNAMEGenerated constant - Attribute key ofSystemSetupAudit.nameattribute defined at extensioncore.static java.lang.StringPATCHGenerated constant - Attribute key ofSystemSetupAudit.patchattribute defined at extensioncore.static java.lang.StringREQUIREDGenerated constant - Attribute key ofSystemSetupAudit.requiredattribute defined at extensioncore.static java.lang.StringUSERGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SystemSetupAuditModel()Generated constructor - Default constructor for generic creation.SystemSetupAuditModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSystemSetupAuditModel(java.lang.String _className, java.lang.String _extensionName, java.lang.String _hash, java.lang.String _methodName, java.lang.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(java.lang.String _className, java.lang.String _extensionName, java.lang.String _hash, java.lang.String _methodName, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassName()Generated method - Getter of theSystemSetupAudit.classNameattribute defined at extensioncore.java.lang.StringgetDescription()Generated method - Getter of theSystemSetupAudit.descriptionattribute defined at extensioncore.java.lang.StringgetExtensionName()Generated method - Getter of theSystemSetupAudit.extensionNameattribute defined at extensioncore.java.lang.StringgetHash()Generated method - Getter of theSystemSetupAudit.hashattribute defined at extensioncore.java.lang.StringgetMethodName()Generated method - Getter of theSystemSetupAudit.methodNameattribute defined at extensioncore.java.lang.StringgetName()Generated method - Getter of theSystemSetupAudit.nameattribute defined at extensioncore.UserModelgetUser()Generated method - Getter of theSystemSetupAudit.userattribute defined at extensioncore.booleanisPatch()Generated method - Getter of theSystemSetupAudit.patchattribute defined at extensioncore.booleanisRequired()Generated method - Getter of theSystemSetupAudit.requiredattribute defined at extensioncore.voidsetClassName(java.lang.String value)Generated method - Initial setter ofSystemSetupAudit.classNameattribute defined at extensioncore.voidsetDescription(java.lang.String value)Generated method - Setter ofSystemSetupAudit.descriptionattribute defined at extensioncore.voidsetExtensionName(java.lang.String value)Generated method - Initial setter ofSystemSetupAudit.extensionNameattribute defined at extensioncore.voidsetHash(java.lang.String value)Generated method - Initial setter ofSystemSetupAudit.hashattribute defined at extensioncore.voidsetMethodName(java.lang.String value)Generated method - Initial setter ofSystemSetupAudit.methodNameattribute defined at extensioncore.voidsetName(java.lang.String value)Generated 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.voidsetUser(UserModel value)Generated 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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
HASH
public static final java.lang.String HASH
Generated constant - Attribute key ofSystemSetupAudit.hashattribute defined at extensioncore.- See Also:
- Constant Field Values
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
Generated constant - Attribute key ofSystemSetupAudit.extensionNameattribute defined at extensioncore.- See Also:
- Constant Field Values
-
REQUIRED
public static final java.lang.String REQUIRED
Generated constant - Attribute key ofSystemSetupAudit.requiredattribute defined at extensioncore.- See Also:
- Constant Field Values
-
PATCH
public static final java.lang.String PATCH
Generated constant - Attribute key ofSystemSetupAudit.patchattribute defined at extensioncore.- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Generated constant - Attribute key ofSystemSetupAudit.userattribute defined at extensioncore.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofSystemSetupAudit.nameattribute defined at extensioncore.- See Also:
- Constant Field Values
-
CLASSNAME
public static final java.lang.String CLASSNAME
Generated constant - Attribute key ofSystemSetupAudit.classNameattribute defined at extensioncore.- See Also:
- Constant Field Values
-
METHODNAME
public static final java.lang.String METHODNAME
Generated constant - Attribute key ofSystemSetupAudit.methodNameattribute defined at extensioncore.- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Generated constant - Attribute key ofSystemSetupAudit.descriptionattribute defined at extensioncore.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SystemSetupAuditModel
public SystemSetupAuditModel()
Generated constructor - Default constructor for generic creation.
-
SystemSetupAuditModel
public SystemSetupAuditModel(ItemModelContext ctx)
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(java.lang.String _className, java.lang.String _extensionName, java.lang.String _hash, java.lang.String _methodName, java.lang.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(java.lang.String _className, java.lang.String _extensionName, java.lang.String _hash, java.lang.String _methodName, java.lang.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 Detail
-
getClassName
@Accessor(qualifier="className", type=GETTER) public java.lang.String getClassName()
Generated method - Getter of theSystemSetupAudit.classNameattribute defined at extensioncore.- Returns:
- the className
-
getDescription
@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
Generated method - Getter of theSystemSetupAudit.descriptionattribute defined at extensioncore.- Returns:
- the description
-
getExtensionName
@Accessor(qualifier="extensionName", type=GETTER) public java.lang.String getExtensionName()
Generated method - Getter of theSystemSetupAudit.extensionNameattribute defined at extensioncore.- Returns:
- the extensionName
-
getHash
@Accessor(qualifier="hash", type=GETTER) public java.lang.String getHash()
Generated method - Getter of theSystemSetupAudit.hashattribute defined at extensioncore.- Returns:
- the hash
-
getMethodName
@Accessor(qualifier="methodName", type=GETTER) public java.lang.String getMethodName()
Generated method - Getter of theSystemSetupAudit.methodNameattribute defined at extensioncore.- Returns:
- the methodName
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Generated method - Getter of theSystemSetupAudit.nameattribute defined at extensioncore.- Returns:
- the name
-
getUser
@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
Generated method - Getter of theSystemSetupAudit.userattribute defined at extensioncore.- Returns:
- the user
-
isPatch
@Accessor(qualifier="patch", type=GETTER) public boolean isPatch()
Generated method - Getter of theSystemSetupAudit.patchattribute defined at extensioncore.- Returns:
- the patch
-
isRequired
@Accessor(qualifier="required", type=GETTER) public boolean isRequired()
Generated method - Getter of theSystemSetupAudit.requiredattribute defined at extensioncore.- Returns:
- the required
-
setClassName
@Accessor(qualifier="className", type=SETTER) public void setClassName(java.lang.String value)
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
@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
Generated method - Setter ofSystemSetupAudit.descriptionattribute defined at extensioncore.- Parameters:
value- the description
-
setExtensionName
@Accessor(qualifier="extensionName", type=SETTER) public void setExtensionName(java.lang.String value)
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
@Accessor(qualifier="hash", type=SETTER) public void setHash(java.lang.String value)
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
@Accessor(qualifier="methodName", type=SETTER) public void setMethodName(java.lang.String value)
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
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
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
@Accessor(qualifier="patch", type=SETTER) public void setPatch(boolean value)
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
@Accessor(qualifier="required", type=SETTER) public void setRequired(boolean value)
Generated method - Initial setter ofSystemSetupAudit.requiredattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the required
-
-