@Entity public class ObjectTypeContent extends Object implements Serializable
Constructor and Description |
---|
ObjectTypeContent() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent() |
Long |
getId() |
ObjectType |
getObjectType() |
void |
setContent(byte[] content) |
void |
setId(Long id) |
void |
setObjectType(ObjectType objectType) |
public Long getId()
public void setId(Long id)
public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
public byte[] getContent()
public void setContent(byte[] content)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.