public interface ContentData extends Externalizable
Modifier and Type | Method and Description |
---|---|
AccessType |
getAccessType() |
byte[] |
getContent() |
String |
getType() |
void |
setAccessType(AccessType accessType) |
void |
setContent(byte[] content) |
void |
setType(String type) |
readExternal, writeExternal
AccessType getAccessType()
void setAccessType(AccessType accessType)
String getType()
void setType(String type)
byte[] getContent()
void setContent(byte[] content)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.