| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   oracle.imaging.BaseId
oracle.imaging.BaseId
       oracle.imaging.NameId
oracle.imaging.NameId
public class NameId
| Field Summary | 
|---|
| Fields inherited from class oracle.imaging.BaseId | 
|---|
| ID_COMPARATOR, NAME_COMPARATOR | 
| Constructor Summary | |
|---|---|
| NameId() | |
| NameId(long id)Constructor to set the Id property only. | |
| NameId(long id, java.lang.String name)Constructor to set both Name and Id properties. | |
| NameId(NameId nameId)Constructor to create a NameId from another NameId object. | |
| NameId(java.lang.String name)Constructor to set the Name property only. | |
| Method Summary | |
|---|---|
|  long | getId()Returns the Id property value. | 
|  java.lang.String | getName()Returns the Name property value. | 
|  void | setId(long id)Sets the Id property value. | 
|  void | setName(java.lang.String name)Sets the Name property value. | 
|  NameId | toNameId() | 
| Methods inherited from class oracle.imaging.BaseId | 
|---|
| equals, hashCode, nameTrimOrNull, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public NameId()
public NameId(long id,
              java.lang.String name)
id - The Id of the objectname - The Name of the objectpublic NameId(long id)
id - The Id of the objectpublic NameId(java.lang.String name)
name - The Name of the objectpublic NameId(NameId nameId)
nameId -| Method Detail | 
|---|
public NameId toNameId()
toNameId in class BaseIdpublic void setId(long id)
setId in class BaseIdid - The new Id property value.public long getId()
getId in class BaseIdpublic void setName(java.lang.String name)
ImagingConstants.NAME_LENGTH constant.setName in class BaseIdname - The new Name property value.public java.lang.String getName()
getName in class BaseId| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||