Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8)

B32260-01


oracle.search.query.webservice.client
Class CustomAttribute

java.lang.Object
  extended byoracle.search.query.webservice.client.CustomAttribute


public class CustomAttribute
extends java.lang.Object

CustomAttribute encapsulates custom (user-defined) attribute information.


Constructor Summary
CustomAttribute()
           
CustomAttribute(java.lang.String name, java.lang.String value)
           

 

Method Summary
 java.lang.String getName()
          Returns the name of the the custom attribute.
 java.lang.String getValue()
          Returns the value of the the custom attribute.
 void setName(java.lang.String name)
          Sets the name of the the custom attribute.
 void setValue(java.lang.String value)
          Sets the value of the the custom attribute.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CustomAttribute

public CustomAttribute()

CustomAttribute

public CustomAttribute(java.lang.String name,
                       java.lang.String value)
Parameters:
name - name of the custom attribute
value - value of the custom attribute

Method Detail

getName

public java.lang.String getName()
Returns the name of the the custom attribute.

setName

public void setName(java.lang.String name)
Sets the name of the the custom attribute.
Parameters:
name - name of the cutsom attribute

getValue

public java.lang.String getValue()
Returns the value of the the custom attribute.

setValue

public void setValue(java.lang.String value)
Sets the value of the the custom attribute.
Parameters:
value - value of the cutsom attribute

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8)

B32260-01


Copyright © 2006, Oracle. All rights reserved.