Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.socialnetwork.model.util
Class SnPropertyDefinition

java.lang.Object
  extended by oracle.apps.fnd.applcore.socialnetwork.model.util.SnPropertyDefinition
All Implemented Interfaces:
java.io.Serializable

public class SnPropertyDefinition
extends java.lang.Object
implements java.io.Serializable

Definition for a Social Network property that is used with the SnPropertyCollection.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/SocialNetwork/Model/src/oracle/apps/fnd/applcore/socialnetwork/model/util/SnPropertyDefinition.java /st_atgpf_pt-11.1.1.7.0/1 2012/07/30 22:26:42 pacross Exp $
See Also:
Serialized Form

Constructor Summary
SnPropertyDefinition(java.lang.String name, boolean readonly, boolean multilookup)
          Default constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 java.lang.String getName()
          Gets the name of the defined property.
 int hashCode()
          
 boolean isMultilookup()
          Provides whether.
 boolean isReadonly()
          States whether the property should be readonly or allow changes.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnPropertyDefinition

public SnPropertyDefinition(java.lang.String name,
                            boolean readonly,
                            boolean multilookup)
Default constructor. This provides all of the details for the structure of the property.

Parameters:
name - the name of the property.
readonly - whether the property is read-only.
multilookup - whether a second lookups of the property maybe required when retrieving the value.
Method Detail

getName

public java.lang.String getName()
Gets the name of the defined property.

Returns:
property name.

isReadonly

public boolean isReadonly()
States whether the property should be readonly or allow changes.

Returns:
read only state.

isMultilookup

public boolean isMultilookup()
Provides whether.

Returns:
property name.

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.