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 boolean
boolean
getName()
The name of this detail.Provides a way to get therawValue
of this detail.getValue()
ConvertsrawValue
to a JSON object, if applicable.int
hashCode()
void
The name of this detail.void
setRawValue
(String rawValue) Provides a way to set therawValue
of this detail.void
Provides a way to set therawValue
from a JSON object.toString()
-
Field Details
-
VALUE_CONVERTER
-
-
Constructor Details
-
ScheduledJobDetail
-
ScheduledJobDetail
public ScheduledJobDetail()
-
-
Method Details
-
setRawValue
Provides a way to set therawValue
of this detail.- Parameters:
rawValue
- A value for this detail
-
getRawValue
Provides a way to get therawValue
of this detail.- Returns:
- The value as a string for this detail
-
setValue
Provides a way to set therawValue
from a JSON object.- Parameters:
value
- A value for this detail
-
getValue
ConvertsrawValue
to 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
-