Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.persistence
Class MultiKeyColumn

java.lang.Object
  extended by oracle.axia.config.beans.storage.persistence.MultiKeyColumn

All Implemented Interfaces:
MultiKeyColumnMBean, MultiKeyColumnReadOnlyMBean

public class MultiKeyColumn
extends java.lang.Object
implements MultiKeyColumnMBean

Java class for multiKeyColumn complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="multiKeyColumn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="get_method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="set_method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="desc" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String desc
           
protected  java.lang.String getMethod
           
protected  java.lang.String name
           
protected  java.lang.String setMethod
           

 

Constructor Summary
MultiKeyColumn()
          Default Constructor
MultiKeyColumn(java.lang.String getMethod, java.lang.String setMethod, java.lang.String name, java.lang.String desc)
           

 

Method Summary
 java.lang.String getDesc()
          Gets the value of the desc property.
 java.lang.String getGetMethod()
          Gets the value of the getMethod property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getSetMethod()
          Gets the value of the setMethod property.
 void setDesc(java.lang.String value)
          Sets the value of the desc property.
 void setGetMethod(java.lang.String value)
          Sets the value of the getMethod property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSetMethod(java.lang.String value)
          Sets the value of the setMethod property.

 

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

 

Field Detail

getMethod

protected java.lang.String getMethod

setMethod

protected java.lang.String setMethod

name

protected java.lang.String name

desc

protected java.lang.String desc

Constructor Detail

MultiKeyColumn

public MultiKeyColumn()
Default Constructor

MultiKeyColumn

public MultiKeyColumn(java.lang.String getMethod,
                      java.lang.String setMethod,
                      java.lang.String name,
                      java.lang.String desc)

Method Detail

getGetMethod

public java.lang.String getGetMethod()
Gets the value of the getMethod property.
Specified by:
getGetMethod in interface MultiKeyColumnReadOnlyMBean
Returns:
possible object is String

setGetMethod

public void setGetMethod(java.lang.String value)
Sets the value of the getMethod property.
Specified by:
setGetMethod in interface MultiKeyColumnMBean
Parameters:
value - allowed object is String

getSetMethod

public java.lang.String getSetMethod()
Gets the value of the setMethod property.
Specified by:
getSetMethod in interface MultiKeyColumnReadOnlyMBean
Returns:
possible object is String

setSetMethod

public void setSetMethod(java.lang.String value)
Sets the value of the setMethod property.
Specified by:
setSetMethod in interface MultiKeyColumnMBean
Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.
Specified by:
getName in interface MultiKeyColumnReadOnlyMBean
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Specified by:
setName in interface MultiKeyColumnMBean
Parameters:
value - allowed object is String

getDesc

public java.lang.String getDesc()
Gets the value of the desc property.
Specified by:
getDesc in interface MultiKeyColumnReadOnlyMBean
Returns:
possible object is String

setDesc

public void setDesc(java.lang.String value)
Sets the value of the desc property.
Specified by:
setDesc in interface MultiKeyColumnMBean
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.