|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.query.webservice.client.Attribute
Attribute encapsulates search attribute information.
Constructor Summary | |
Attribute() |
|
Attribute(java.lang.Integer id, java.lang.String name, java.lang.String displayName, java.lang.String type) |
Method Summary | |
java.lang.String |
getDisplayName() Returns the display name of the attribute. |
java.lang.Integer |
getId() Returns the ID of the attribute. |
java.lang.String |
getName() Returns the name of the attribute. |
java.lang.String |
getType() Returns the type of the attribute. |
void |
setDisplayName(java.lang.String displayName) Sets the display name of the attribute. |
void |
setId(java.lang.Integer id) Sets the ID of the attribute. |
void |
setName(java.lang.String name) Sets the name of the attribute. |
void |
setType(java.lang.String type) Sets the type of the attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Attribute()
public Attribute(java.lang.Integer id, java.lang.String name, java.lang.String displayName, java.lang.String type)
id
- ID of the attributename
- name of the attributedisplayName
- display name of the attributetype
- type of the attribute. Type can be either "number", "string" or "date".Method Detail |
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- ID of the attributepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- name of the attributepublic java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName
- display name of the attributepublic java.lang.String getType()
public void setType(java.lang.String type)
type
- type of the attribute
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |