|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_2_3.EjbLocalRef
public class EjbLocalRef
Field Summary | |
---|---|
protected Description |
description
|
protected EjbLink |
ejbLink
|
protected EjbRefName |
ejbRefName
|
protected EjbRefType |
ejbRefType
|
protected String |
id
|
protected Local |
local
|
protected LocalHome |
localHome
|
Constructor Summary | |
---|---|
EjbLocalRef()
|
Method Summary | |
---|---|
void |
addVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
addVetoableChangeListener(VetoableChangeListener param0)
|
Description |
getDescription()
Gets the value of the description property. |
EjbLink |
getEjbLink()
Gets the value of the ejbLink property. |
EjbRefName |
getEjbRefName()
Gets the value of the ejbRefName property. |
EjbRefType |
getEjbRefType()
Gets the value of the ejbRefType property. |
String |
getId()
Gets the value of the id property. |
Local |
getLocal()
Gets the value of the local property. |
LocalHome |
getLocalHome()
Gets the value of the localHome property. |
void |
removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
removeVetoableChangeListener(VetoableChangeListener param0)
|
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setEjbLink(EjbLink value)
Sets the value of the ejbLink property. |
void |
setEjbRefName(EjbRefName value)
Sets the value of the ejbRefName property. |
void |
setEjbRefType(EjbRefType value)
Sets the value of the ejbRefType property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLocal(Local value)
Sets the value of the local property. |
void |
setLocalHome(LocalHome value)
Sets the value of the localHome property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String id
protected Description description
protected EjbRefName ejbRefName
protected EjbRefType ejbRefType
protected LocalHome localHome
protected Local local
protected EjbLink ejbLink
Constructor Detail |
---|
public EjbLocalRef()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public EjbRefName getEjbRefName()
EjbRefName
public void setEjbRefName(EjbRefName value)
value
- allowed object is
EjbRefName
public EjbRefType getEjbRefType()
EjbRefType
public void setEjbRefType(EjbRefType value)
value
- allowed object is
EjbRefType
public LocalHome getLocalHome()
LocalHome
public void setLocalHome(LocalHome value)
value
- allowed object is
LocalHome
public Local getLocal()
Local
public void setLocal(Local value)
value
- allowed object is
Local
public EjbLink getEjbLink()
EjbLink
public void setEjbLink(EjbLink value)
value
- allowed object is
EjbLink
public void addVetoableChangeListener(VetoableChangeListener param0)
public void addVetoableChangeListener(String param0, VetoableChangeListener param1)
public void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
public void removeVetoableChangeListener(VetoableChangeListener param0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |