Class ScheduledJobDetail
java.lang.Object
com.broadleafcommerce.scheduledjob.domain.ScheduledJobDetail
Detailed information for a
ScheduledJob.- Author:
- Chad Harchar (charchar)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()The name of this detail.Provides a way to get therawValueof this detail.getValue()ConvertsrawValueto a JSON object, if applicable.inthashCode()voidThe name of this detail.voidsetRawValue(String rawValue) Provides a way to set therawValueof this detail.voidProvides a way to set therawValuefrom a JSON object.toString()
-
Field Details
-
VALUE_CONVERTER
-
-
Constructor Details
-
ScheduledJobDetail
-
ScheduledJobDetail
public ScheduledJobDetail()
-
-
Method Details
-
setRawValue
Provides a way to set therawValueof this detail.- Parameters:
rawValue- A value for this detail
-
getRawValue
Provides a way to get therawValueof this detail.- Returns:
- The value as a string for this detail
-
setValue
Provides a way to set therawValuefrom a JSON object.- Parameters:
value- A value for this detail
-
getValue
ConvertsrawValueto a JSON object, if applicable.- Returns:
- A value for this detail
-
getName
The name of this detail.- Returns:
- the name of this detail
-
setName
The name of this detail.- Parameters:
name- the name of this detail
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-