|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.content.ContentEntity
public class ContentEntity
A ContentEntity is an object that is identified in the content management system by a unique id.
| Field Summary | |
|---|---|
protected ID |
idThe ID for this object. |
| Constructor Summary | |
|---|---|
ContentEntity()Empty constructor. |
|
ContentEntity(ID id)Constructor with ID. |
|
| Method Summary | |
|---|---|
Object |
clone() |
ID |
getId()An id that uniquely identifies this entity to the repository. |
void |
setId(ID id)Sets a unique id for this entity. |
String |
toString()Returns the attributes of this entity in a String. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ID id
| Constructor Detail |
|---|
public ContentEntity()
public ContentEntity(ID id)
| Method Detail |
|---|
public ID getId()
public void setId(ID id)
public String toString()
toString in class Object
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.