@Entity public abstract class AbstractProtection extends JpaContent implements org.tangram.protection.Protection
| Constructor and Description |
|---|
AbstractProtection() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getDescription() |
java.util.List<JpaContent> |
getProtectedContents() |
java.lang.String |
getProtectionKey() |
java.util.List<? extends org.tangram.content.Content> |
getProtectionPath() |
void |
setDescription(char[] description) |
void |
setProtectedContents(java.util.List<JpaContent> protectedContents) |
void |
setProtectionKey(java.lang.String protectionKey) |
charArrayToString, compareTo, equals, getId, hashCode, stringToCharArray, 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<JpaContent> getProtectedContents()
getProtectedContents in interface org.tangram.protection.Protectionpublic void setProtectedContents(java.util.List<JpaContent> protectedContents)
public java.util.List<? extends org.tangram.content.Content> getProtectionPath()
getProtectionPath in interface org.tangram.protection.ProtectedContent