public abstract class AbstractProtection extends NucleusContent implements org.tangram.protection.Protection
| Constructor and Description |
|---|
AbstractProtection() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getDescription() |
java.util.List<NucleusContent> |
getProtectedContents() |
java.lang.String |
getProtectionKey() |
java.util.List<? extends org.tangram.content.Content> |
getProtectionPath() |
void |
setDescription(char[] description) |
void |
setProtectedContents(java.util.List<NucleusContent> protectedContents) |
void |
setProtectionKey(java.lang.String protectionKey) |
byteArraytoString, charArrayToString, postprocessPlainId, stringToByteArray, stringToCharArraycompareTo, equals, getId, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic char[] getDescription()
public void setDescription(char[] description)
public java.lang.String getProtectionKey()
getProtectionKey in interface org.tangram.protection.Protectionpublic void setProtectionKey(java.lang.String protectionKey)
public java.util.List<NucleusContent> getProtectedContents()
getProtectedContents in interface org.tangram.protection.Protectionpublic void setProtectedContents(java.util.List<NucleusContent> protectedContents)
public java.util.List<? extends org.tangram.content.Content> getProtectionPath()
getProtectionPath in interface org.tangram.protection.ProtectedContent