public abstract class ManifestModel extends ManifestModelLogging implements Cloneable
| Constructor and Description |
|---|
ManifestModel() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getManifest() |
int |
hashCode() |
void |
setManifest(String manifest) |
String |
toString() |
getContextStr, getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOutpublic Object clone()
throws CloneNotSupportedException
clone in class ManifestModelLoggingCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class Objectpublic String getManifest()
public int hashCode()
hashCode in class Objectpublic void setManifest(String manifest)
manifest - the manifest to setpublic String toString()
toString in class Object