|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface AnalyticColumn
Contains analytic attributes to apply to a column. These attributes include information such as upper and lower limits, and cost of acquiring a variable, level, and distribution. Used by SAS Enterprise Miner.
Attributes of AnalyticColumn are:
Associations of AnalyticColumn are:
factory
create methods. // create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); AnalyticColumn myObject = (AnalyticColumn) factory.createComplexMetadataObject(objectStore, "AnalyticColumn_Object", MetadataObjects.ANALYTICCOLUMN, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
MdOMIUtil.
updateMetadataAll
method.
delete method can be used.
This will flag the object as being deleted on the client, and will require an update call to persist
the change to the server.
| Field Summary | |
|---|---|
static java.lang.String |
ASSOCIATION_OWNINGCOLUMN_NAME
Constant used for the name of the OwningColumn association. |
static java.lang.String |
ASSOCIATION_TARGETINFORMATION_NAME
Constant used for the name of the TargetInformation association. |
static java.lang.String |
ATTRIBUTE_ANALYTICCOLUMNROLE_NAME
Constant used for the name of the AnalyticColumnRole attribute. |
static java.lang.String |
ATTRIBUTE_CREATOR_NAME
Constant used for the name of the Creator attribute. |
static java.lang.String |
ATTRIBUTE_DISTRIBUTION_NAME
Constant used for the name of the Distribution attribute. |
static java.lang.String |
ATTRIBUTE_FAMILY_NAME
Constant used for the name of the Family attribute. |
static java.lang.String |
ATTRIBUTE_ISREPORT_NAME
Constant used for the name of the IsReport attribute. |
static java.lang.String |
ATTRIBUTE_LEVEL_NAME
Constant used for the name of the Level attribute. |
static java.lang.String |
ATTRIBUTE_LOWERLIMIT_NAME
Constant used for the name of the LowerLimit attribute. |
static java.lang.String |
ATTRIBUTE_ORDER_NAME
Constant used for the name of the Order attribute. |
static java.lang.String |
ATTRIBUTE_PRICE_NAME
Constant used for the name of the Price attribute. |
static java.lang.String |
ATTRIBUTE_UPPERLIMIT_NAME
Constant used for the name of the UpperLimit attribute. |
| Fields inherited from interface com.sas.metadata.remote.MdObjectBase |
|---|
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME |
| Method Summary | |
|---|---|
abstract java.lang.String |
getAnalyticColumnRole()
Gets the String value of AnalyticColumnRole |
abstract int |
getAnalyticColumnRoleMaxLength()
Gets the maximum length of AnalyticColumnRole |
abstract int |
getAnalyticColumnRoleState()
Gets the Metadata State of AnalyticColumnRole |
abstract java.lang.String |
getCreator()
Gets the String value of Creator |
abstract int |
getCreatorMaxLength()
Gets the maximum length of Creator |
abstract int |
getCreatorState()
Gets the Metadata State of Creator |
abstract java.lang.String |
getDistribution()
Gets the String value of Distribution |
abstract int |
getDistributionMaxLength()
Gets the maximum length of Distribution |
abstract int |
getDistributionState()
Gets the Metadata State of Distribution |
abstract java.lang.String |
getFamily()
Gets the String value of Family |
abstract int |
getFamilyMaxLength()
Gets the maximum length of Family |
abstract int |
getFamilyState()
Gets the Metadata State of Family |
abstract int |
getIsReport()
Gets the int value of IsReport |
abstract int |
getIsReportState()
Gets the Metadata State of IsReport |
abstract java.lang.String |
getLevel()
Gets the String value of Level |
abstract int |
getLevelMaxLength()
Gets the maximum length of Level |
abstract int |
getLevelState()
Gets the Metadata State of Level |
abstract double |
getLowerLimit()
Gets the double value of LowerLimit |
abstract int |
getLowerLimitState()
Gets the Metadata State of LowerLimit |
abstract java.lang.String |
getOrder()
Gets the String value of Order |
abstract int |
getOrderMaxLength()
Gets the maximum length of Order |
abstract int |
getOrderState()
Gets the Metadata State of Order |
abstract Column |
getOwningColumn()
Gets the Column for OwningColumn |
abstract AssociationList |
getOwningColumns()
Gets the AssociationList of OwningColumns |
abstract AssociationList |
getOwningColumns(boolean fGoToServer)
Gets the Associationlist of OwningColumns |
abstract double |
getPrice()
Gets the double value of Price |
abstract int |
getPriceState()
Gets the Metadata State of Price |
abstract Target |
getTargetInformation()
Gets the Target for TargetInformation |
abstract AssociationList |
getTargetInformations()
Gets the Association list of TargetInformations |
abstract AssociationList |
getTargetInformations(boolean fGoToServer)
Gets the Associationlist of TargetInformations |
abstract double |
getUpperLimit()
Gets the double value of UpperLimit |
abstract int |
getUpperLimitState()
Gets the Metadata State of UpperLimit |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: OwningColumn |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: OwningColumn |
abstract void |
setAnalyticColumnRole(java.lang.String inAnalyticColumnRole)
Sets the AnalyticColumnRole value and sets the state to MetadataState.LOCAL. |
abstract void |
setAnalyticColumnRole(java.lang.String inAnalyticColumnRole,
int state)
Sets the AnalyticColumnRole Metadata State. |
abstract void |
setAnalyticColumnRoleState(int state)
Sets the Metadata State of AnalyticColumnRole. |
abstract void |
setCreator(java.lang.String inCreator)
Sets the Creator value and sets the state to MetadataState.LOCAL. |
abstract void |
setCreator(java.lang.String inCreator,
int state)
Sets the Creator Metadata State. |
abstract void |
setCreatorState(int state)
Sets the Metadata State of Creator. |
abstract void |
setDistribution(java.lang.String inDistribution)
Sets the Distribution value and sets the state to MetadataState.LOCAL. |
abstract void |
setDistribution(java.lang.String inDistribution,
int state)
Sets the Distribution Metadata State. |
abstract void |
setDistributionState(int state)
Sets the Metadata State of Distribution. |
abstract void |
setFamily(java.lang.String inFamily)
Sets the Family value and sets the state to MetadataState.LOCAL. |
abstract void |
setFamily(java.lang.String inFamily,
int state)
Sets the Family Metadata State. |
abstract void |
setFamilyState(int state)
Sets the Metadata State of Family. |
abstract void |
setIsReport(int inIsReport)
Sets the IsReport value and sets the state to MetadataState.LOCAL. |
abstract void |
setIsReport(int inIsReport,
int state)
Sets the IsReport Metadata State. |
abstract void |
setIsReport(java.lang.String inIsReport)
Sets the IsReport value and sets the state to MetadataState.LOCAL. |
abstract void |
setIsReport(java.lang.String inIsReport,
int state)
Sets the IsReport value and Metadata State. |
abstract void |
setIsReportState(int state)
Sets the Metadata State of IsReport. |
abstract void |
setLevel(java.lang.String inLevel)
Sets the Level value and sets the state to MetadataState.LOCAL. |
abstract void |
setLevel(java.lang.String inLevel,
int state)
Sets the Level Metadata State. |
abstract void |
setLevelState(int state)
Sets the Metadata State of Level. |
abstract void |
setLowerLimit(double inLowerLimit)
Sets the LowerLimit value and sets the state to MetadataState.LOCAL. |
abstract void |
setLowerLimit(double inLowerLimit,
int state)
Sets the LowerLimit Metadata State. |
abstract void |
setLowerLimit(java.lang.String inLowerLimit)
Sets the LowerLimit value and sets the state to MetadataState.LOCAL |
abstract void |
setLowerLimit(java.lang.String inLowerLimit,
int state)
Sets the LowerLimit value and Metadata State. |
abstract void |
setLowerLimitState(int state)
Sets the Metadata State of LowerLimit. |
abstract void |
setOrder(java.lang.String inOrder)
Sets the Order value and sets the state to MetadataState.LOCAL. |
abstract void |
setOrder(java.lang.String inOrder,
int state)
Sets the Order Metadata State. |
abstract void |
setOrderState(int state)
Sets the Metadata State of Order. |
abstract void |
setOwningColumn(Column inObject)
Sets the OwningColumns list 0th element to be inObject. |
abstract void |
setOwningColumns(AssociationList list)
Sets the OwningColumns list to be list. |
abstract void |
setOwningColumns(AssociationList list,
int state)
Sets the OwningColumns list to be list. |
abstract void |
setPrice(double inPrice)
Sets the Price value and sets the state to MetadataState.LOCAL. |
abstract void |
setPrice(double inPrice,
int state)
Sets the Price Metadata State. |
abstract void |
setPrice(java.lang.String inPrice)
Sets the Price value and sets the state to MetadataState.LOCAL |
abstract void |
setPrice(java.lang.String inPrice,
int state)
Sets the Price value and Metadata State. |
abstract void |
setPriceState(int state)
Sets the Metadata State of Price. |
abstract void |
setTargetInformation(Target inObject)
Sets the TargetInformations list 0th element to be inObject. |
abstract void |
setTargetInformations(AssociationList list)
Sets the TargetInformations list to be list. |
abstract void |
setTargetInformations(AssociationList list,
int state)
Sets the TargetInformations list to be list. |
abstract void |
setUpperLimit(double inUpperLimit)
Sets the UpperLimit value and sets the state to MetadataState.LOCAL. |
abstract void |
setUpperLimit(double inUpperLimit,
int state)
Sets the UpperLimit Metadata State. |
abstract void |
setUpperLimit(java.lang.String inUpperLimit)
Sets the UpperLimit value and sets the state to MetadataState.LOCAL |
abstract void |
setUpperLimit(java.lang.String inUpperLimit,
int state)
Sets the UpperLimit value and Metadata State. |
abstract void |
setUpperLimitState(int state)
Sets the Metadata State of UpperLimit. |
| Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
|---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
| Field Detail |
|---|
static final java.lang.String ATTRIBUTE_ANALYTICCOLUMNROLE_NAME
AnalyticColumnRole: The function of this analytic column. For example: Input or Target.
static final java.lang.String ATTRIBUTE_LEVEL_NAME
Level: Binary, Interval, Nominal, Ordinal, Unary
static final java.lang.String ATTRIBUTE_ORDER_NAME
Order: Logical order of the column. such as Ascending, Descending, Formatted Ascending, Formatted Descending
static final java.lang.String ATTRIBUTE_FAMILY_NAME
Family: Used to group variables. such as Demographic, Economic.
static final java.lang.String ATTRIBUTE_UPPERLIMIT_NAME
UpperLimit: UpperLimit
static final java.lang.String ATTRIBUTE_LOWERLIMIT_NAME
LowerLimit: LowerLimit
static final java.lang.String ATTRIBUTE_ISREPORT_NAME
IsReport: Create a report based on this variable.
static final java.lang.String ATTRIBUTE_DISTRIBUTION_NAME
Distribution: Periodic, Linear, Normal, Multinominal
static final java.lang.String ATTRIBUTE_CREATOR_NAME
Creator: Id of node in a mining flow that created this node.
static final java.lang.String ATTRIBUTE_PRICE_NAME
Price: The cost of acquiring a variable.
static final java.lang.String ASSOCIATION_OWNINGCOLUMN_NAME
OwningColumn: The column associated with these analytic attributes.
static final java.lang.String ASSOCIATION_TARGETINFORMATION_NAME
TargetInformation: The target information for this column.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
OwningColumn
initializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface RootinitializeRequiredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
OwningColumn
initializePredObjects in interface MdObjectBaseinitializePredObjects in interface RootinitializePredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getAnalyticColumnRole()
throws java.rmi.RemoteException
String value of AnalyticColumnRole
AnalyticColumnRole
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getAnalyticColumnRoleState()
throws java.rmi.RemoteException
AnalyticColumnRole
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getAnalyticColumnRoleMaxLength()
throws java.rmi.RemoteException
AnalyticColumnRole
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getLevel()
throws java.rmi.RemoteException
String value of Level
Level
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLevelState()
throws java.rmi.RemoteException
Level
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLevelMaxLength()
throws java.rmi.RemoteException
Level
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getOrder()
throws java.rmi.RemoteException
String value of Order
Order
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getOrderState()
throws java.rmi.RemoteException
Order
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getOrderMaxLength()
throws java.rmi.RemoteException
Order
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getFamily()
throws java.rmi.RemoteException
String value of Family
Family
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getFamilyState()
throws java.rmi.RemoteException
Family
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getFamilyMaxLength()
throws java.rmi.RemoteException
Family
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
double getUpperLimit()
throws java.rmi.RemoteException
double value of UpperLimit
UpperLimit
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getUpperLimitState()
throws java.rmi.RemoteException
UpperLimit
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
double getLowerLimit()
throws java.rmi.RemoteException
double value of LowerLimit
LowerLimit
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLowerLimitState()
throws java.rmi.RemoteException
LowerLimit
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getIsReport()
throws java.rmi.RemoteException
int value of IsReport
IsReport
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getIsReportState()
throws java.rmi.RemoteException
IsReport
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getDistribution()
throws java.rmi.RemoteException
String value of Distribution
Distribution
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getDistributionState()
throws java.rmi.RemoteException
Distribution
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getDistributionMaxLength()
throws java.rmi.RemoteException
Distribution
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getCreator()
throws java.rmi.RemoteException
String value of Creator
Creator
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getCreatorState()
throws java.rmi.RemoteException
Creator
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getCreatorMaxLength()
throws java.rmi.RemoteException
Creator
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
double getPrice()
throws java.rmi.RemoteException
double value of Price
Price
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPriceState()
throws java.rmi.RemoteException
Price
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getOwningColumns()
throws java.rmi.RemoteException,
MdException
OwningColumns
OwningColumns which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException
Column getOwningColumn()
throws java.rmi.RemoteException,
MdException
Column for OwningColumn
Column ( null if not set) of OwningColumnwhich can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getTargetInformations()
throws java.rmi.RemoteException,
MdException
TargetInformations
TargetInformations which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
Target getTargetInformation()
throws java.rmi.RemoteException,
MdException
Target for TargetInformation
Target ( null if not set ) of TargetInformation which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getOwningColumns(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
OwningColumns
fGoToServer - boolean Get the value from the server.
OwningColumns which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getTargetInformations(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
TargetInformations
fGoToServer - boolean Get the value from the server.
TargetInformations which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
void setAnalyticColumnRole(java.lang.String inAnalyticColumnRole)
throws java.rmi.RemoteException
AnalyticColumnRole value and sets the state to MetadataState.LOCAL.
inAnalyticColumnRole - String
java.rmi.RemoteException - If error communicating with remote object.
void setAnalyticColumnRole(java.lang.String inAnalyticColumnRole,
int state)
throws java.rmi.RemoteException
AnalyticColumnRole Metadata State.
inAnalyticColumnRole - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAnalyticColumnRoleState(int state)
throws java.rmi.RemoteException
AnalyticColumnRole.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setLevel(java.lang.String inLevel)
throws java.rmi.RemoteException
Level value and sets the state to MetadataState.LOCAL.
inLevel - String
java.rmi.RemoteException - If error communicating with remote object.
void setLevel(java.lang.String inLevel,
int state)
throws java.rmi.RemoteException
Level Metadata State.
inLevel - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLevelState(int state)
throws java.rmi.RemoteException
Level.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setOrder(java.lang.String inOrder)
throws java.rmi.RemoteException
Order value and sets the state to MetadataState.LOCAL.
inOrder - String
java.rmi.RemoteException - If error communicating with remote object.
void setOrder(java.lang.String inOrder,
int state)
throws java.rmi.RemoteException
Order Metadata State.
inOrder - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setOrderState(int state)
throws java.rmi.RemoteException
Order.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setFamily(java.lang.String inFamily)
throws java.rmi.RemoteException
Family value and sets the state to MetadataState.LOCAL.
inFamily - String
java.rmi.RemoteException - If error communicating with remote object.
void setFamily(java.lang.String inFamily,
int state)
throws java.rmi.RemoteException
Family Metadata State.
inFamily - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setFamilyState(int state)
throws java.rmi.RemoteException
Family.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setUpperLimit(double inUpperLimit)
throws java.rmi.RemoteException
UpperLimit value and sets the state to MetadataState.LOCAL.
inUpperLimit - double
java.rmi.RemoteException - If error communicating with remote object.
void setUpperLimit(double inUpperLimit,
int state)
throws java.rmi.RemoteException
UpperLimit Metadata State.
inUpperLimit - doublestate - int
java.rmi.RemoteException - If error communicating with remote object.
void setUpperLimit(java.lang.String inUpperLimit)
throws java.rmi.RemoteException
UpperLimit value and sets the state to MetadataState.LOCAL
inUpperLimit - String
java.rmi.RemoteException - If error communicating with remote object.
void setUpperLimit(java.lang.String inUpperLimit,
int state)
throws java.rmi.RemoteException
UpperLimit value and Metadata State.
inUpperLimit - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setUpperLimitState(int state)
throws java.rmi.RemoteException
UpperLimit.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setLowerLimit(double inLowerLimit)
throws java.rmi.RemoteException
LowerLimit value and sets the state to MetadataState.LOCAL.
inLowerLimit - double
java.rmi.RemoteException - If error communicating with remote object.
void setLowerLimit(double inLowerLimit,
int state)
throws java.rmi.RemoteException
LowerLimit Metadata State.
inLowerLimit - doublestate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLowerLimit(java.lang.String inLowerLimit)
throws java.rmi.RemoteException
LowerLimit value and sets the state to MetadataState.LOCAL
inLowerLimit - String
java.rmi.RemoteException - If error communicating with remote object.
void setLowerLimit(java.lang.String inLowerLimit,
int state)
throws java.rmi.RemoteException
LowerLimit value and Metadata State.
inLowerLimit - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLowerLimitState(int state)
throws java.rmi.RemoteException
LowerLimit.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsReport(int inIsReport)
throws java.rmi.RemoteException
IsReport value and sets the state to MetadataState.LOCAL.
inIsReport - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsReport(int inIsReport,
int state)
throws java.rmi.RemoteException
IsReport Metadata State.
inIsReport - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsReport(java.lang.String inIsReport)
throws java.rmi.RemoteException
IsReport value and sets the state to MetadataState.LOCAL.
inIsReport - String
java.rmi.RemoteException - If error communicating with remote object.
void setIsReport(java.lang.String inIsReport,
int state)
throws java.rmi.RemoteException
IsReport value and Metadata State.
inIsReport - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsReportState(int state)
throws java.rmi.RemoteException
IsReport.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setDistribution(java.lang.String inDistribution)
throws java.rmi.RemoteException
Distribution value and sets the state to MetadataState.LOCAL.
inDistribution - String
java.rmi.RemoteException - If error communicating with remote object.
void setDistribution(java.lang.String inDistribution,
int state)
throws java.rmi.RemoteException
Distribution Metadata State.
inDistribution - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setDistributionState(int state)
throws java.rmi.RemoteException
Distribution.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setCreator(java.lang.String inCreator)
throws java.rmi.RemoteException
Creator value and sets the state to MetadataState.LOCAL.
inCreator - String
java.rmi.RemoteException - If error communicating with remote object.
void setCreator(java.lang.String inCreator,
int state)
throws java.rmi.RemoteException
Creator Metadata State.
inCreator - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setCreatorState(int state)
throws java.rmi.RemoteException
Creator.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setPrice(double inPrice)
throws java.rmi.RemoteException
Price value and sets the state to MetadataState.LOCAL.
inPrice - double
java.rmi.RemoteException - If error communicating with remote object.
void setPrice(double inPrice,
int state)
throws java.rmi.RemoteException
Price Metadata State.
inPrice - doublestate - int
java.rmi.RemoteException - If error communicating with remote object.
void setPrice(java.lang.String inPrice)
throws java.rmi.RemoteException
Price value and sets the state to MetadataState.LOCAL
inPrice - String
java.rmi.RemoteException - If error communicating with remote object.
void setPrice(java.lang.String inPrice,
int state)
throws java.rmi.RemoteException
Price value and Metadata State.
inPrice - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setPriceState(int state)
throws java.rmi.RemoteException
Price.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setOwningColumns(AssociationList list)
throws java.rmi.RemoteException
OwningColumns list to be list. Object of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setOwningColumns(AssociationList list,
int state)
throws java.rmi.RemoteException
OwningColumns list to be list. Object of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setOwningColumn(Column inObject)
throws java.rmi.RemoteException
OwningColumns list 0th element to be inObject.
inObject - Column
java.rmi.RemoteException - If error communicating with remote object.
void setTargetInformations(AssociationList list)
throws java.rmi.RemoteException
TargetInformations list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setTargetInformations(AssociationList list,
int state)
throws java.rmi.RemoteException
TargetInformations list to be list. Objects of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setTargetInformation(Target inObject)
throws java.rmi.RemoteException
TargetInformations list 0th element to be inObject.
inObject - Target
java.rmi.RemoteException - If error communicating with remote object.
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||