@Entity public class JPABatch extends AbstractProvidedKeyEntity implements Batch
Modifier and Type | Field and Description |
---|---|
static String |
TABLE |
LOG
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Constructor and Description |
---|
JPABatch() |
Modifier and Type | Method and Description |
---|---|
Date |
getExpiryTime() |
String |
getResults() |
void |
setExpiryTime(Date expiryTime) |
void |
setResults(String results) |
getKey, setKey
checkImplementationType, checkType, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setKey
public static final String TABLE
public Date getExpiryTime()
getExpiryTime
in interface Batch
public void setExpiryTime(Date expiryTime)
setExpiryTime
in interface Batch
public String getResults()
getResults
in interface Batch
public void setResults(String results)
setResults
in interface Batch
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.