@Entity public abstract class Resource extends Object implements AttachmentHolder, Identified
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AttachmentList |
getAttachmentList()
Should return the container for this object's attachments.
|
String |
getDescription() |
Long |
getId() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setName(String name) |
public Long getId()
getId in interface Identifiedpublic String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public AttachmentList getAttachmentList()
AttachmentHoldernull.getAttachmentList in interface AttachmentHolderAttachmentList of this object.AttachmentHolder.getAttachmentList()Copyright © 2010–2016 Henix, henix.fr. All rights reserved.