Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.1.0.0)

E17597-02


oracle.search.query.webservice.client
Class Attribute

java.lang.Object
  extended by oracle.search.query.webservice.client.Attribute

All Implemented Interfaces:
Serializable

public class Attribute
extends Object
implements Serializable
See Also:
Serialized Form

Constructor Summary
Attribute()
           
Attribute(Integer id, String name, String displayName, String type)
           

 

Method Summary
 String getDisplayName()
          Returns the display name of the attribute.
 Integer getId()
          Returns the ID of the attribute.
 String getName()
          Returns the name of the attribute.
 String getType()
          Returns the type of the attribute.
 void setDisplayName(String displayName)
          Sets the display name of the attribute.
 void setId(Integer id)
          Sets the ID of the attribute.
 void setName(String name)
          Sets the name of the attribute.
 void setType(String type)
          Sets the type of the attribute.

 

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

 

Constructor Detail

Attribute

public Attribute()

Attribute

public Attribute(Integer id,
                 String name,
                 String displayName,
                 String type)
Parameters:
id - ID of the attribute
name - name of the attribute
displayName - display name of the attribute
type - type of the attribute. Type can be either "number", "string" or "date".

Method Detail

getId

public Integer getId()
Returns the ID of the attribute.

setId

public void setId(Integer id)
Sets the ID of the attribute.
Parameters:
id - ID of the attribute

getName

public String getName()
Returns the name of the attribute.

setName

public void setName(String name)
Sets the name of the attribute.
Parameters:
name - name of the attribute

getDisplayName

public String getDisplayName()
Returns the display name of the attribute.

setDisplayName

public void setDisplayName(String displayName)
Sets the display name of the attribute.
Parameters:
displayName - display name of the attribute

getType

public String getType()
Returns the type of the attribute. Type can be either "number", "string" or "date".

setType

public void setType(String type)
Sets the type of the attribute.
Parameters:
type - type of the attribute

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.1.0.0)

E17597-02


Copyright © 2006, 2011, Oracle and/or its affiliates. All rights reserved.