com.webobjects.appserver
Class WOComponentVariable
java.lang.Object
com.webobjects.appserver.WOComponentVariable
public class WOComponentVariable
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WOComponentVariable
public WOComponentVariable(String name)
WOComponentVariable
public WOComponentVariable(String name,
Class type)
WOComponentVariable
public WOComponentVariable(String name,
Class type,
WOAssociation initialValueAssociation)
WOComponentVariable
public WOComponentVariable(String name,
Class type,
WOComponentVariable.WOComponentVariableScope scope,
WOAssociation initialValue)
getName
public String getName()
setName
public void setName(String name)
getType
public Class getType()
setType
public void setType(Class type)
getScope
public WOComponentVariable.WOComponentVariableScope getScope()
setScope
public void setScope(WOComponentVariable.WOComponentVariableScope scope)
getInitialValueAssociation
public WOAssociation getInitialValueAssociation()
setInitialValueAssociation
public void setInitialValueAssociation(WOAssociation initialValueAssociation)
Copyright © 2000-2008 Apple Inc.