Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.persistence
Interface MultiValueColumnMBean

All Superinterfaces:
MultiValueColumnReadOnlyMBean
All Known Implementing Classes:
MultiValueColumn

public interface MultiValueColumnMBean
extends MultiValueColumnReadOnlyMBean

Method Summary
 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 interface oracle.axia.config.beans.storage.persistence.MultiValueColumnReadOnlyMBean
getDesc, getGetMethod, getName, getSetMethod

 

Method Detail

setGetMethod

void setGetMethod(java.lang.String value)
Sets the value of the getMethod property.

setSetMethod

void setSetMethod(java.lang.String value)
Sets the value of the setMethod property.

setName

void setName(java.lang.String value)
Sets the value of the name property.

setDesc

void setDesc(java.lang.String value)
Sets the value of the desc property.

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.