|
JBoss Metadata Common 7.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptionGroup
org.jboss.metadata.javaee.spec.MessageDestinationMetaData
public class MessageDestinationMetaData
MessageDestinationMetaData.
Constructor Summary | |
---|---|
MessageDestinationMetaData()
Create a new MessageDestinationMetaData. |
Method Summary | |
---|---|
String |
getJndiName()
Get the jndiName. |
String |
getLookupName()
Get the lookupName. |
String |
getMappedName()
Get the mappedName. |
String |
getMessageDestinationName()
Get the messageDestinationName. |
void |
setJndiName(String jndiName)
Set the jndiName. |
void |
setLookupName(String lookupName)
Set the lookupName. |
void |
setMappedName(String mappedName)
Set the mappedName. |
void |
setMessageDestinationName(String messageDestinationName)
Set the messageDestinationName. |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptionGroup |
---|
getDescriptionGroup, setDescriptionGroup |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, getName, hashCode, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData |
---|
getKey |
Constructor Detail |
---|
public MessageDestinationMetaData()
Method Detail |
---|
public String getMessageDestinationName()
public void setMessageDestinationName(String messageDestinationName)
messageDestinationName
- the messageDestinationName.
IllegalArgumentException
- for a null messageDestinationNamepublic String getMappedName()
public void setMappedName(String mappedName)
mappedName
- the mappedName.
IllegalArgumentException
- for a null mappedNamepublic String getJndiName()
public void setJndiName(String jndiName)
jndiName
- the jndiName.
IllegalArgumentException
- for a null jndiNamepublic String getLookupName()
public void setLookupName(String lookupName)
lookupName
- the lookupName.
|
JBoss Metadata Common 7.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |