BEA Systems, Inc.

com.beasys.commerce.foundation.property
Class SchemaValue

java.lang.Object
  |
  +--com.beasys.commerce.foundation.SmartValue
        |
        +--com.beasys.commerce.foundation.property.SchemaValue

public class SchemaValue
extends SmartValue

has a hidden field in db called schemaID that is also generated by a sequencer

See Also:
Schema, SchemaHome, Schema.getSchemaByValue(), Schema.setSchemaByValue(SchemaValue), Serialized Form

Field Summary
 java.lang.String description
           Containment: By Value Multiplicity: 1:1
 java.util.Map propertyMetaData
           Containment: By Value Multiplicity: 0:N Interface: java.util.Map
 java.lang.String schemaGroupName
           Containment: By Value Multiplicity: 1:1 PRIMARY KEY FIELD
 long schemaId
           Containment: By Value Multiplicity: 1:1
 java.lang.String scopeName
           Containment: By Value Multiplicity: 1:1 PRIMARY KEY FIELD
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schemaGroupName

public java.lang.String schemaGroupName

scopeName

public java.lang.String scopeName

description

public java.lang.String description

propertyMetaData

public java.util.Map propertyMetaData

schemaId

public long schemaId

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved