Class Entity


  • public class Entity
    extends Object
    • Constructor Detail

      • Entity

        public Entity()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getEjbName

        public String getEjbName()
        Gets the value of the ejbName property.
        Returns:
        possible object is String
      • setEjbName

        public void setEjbName​(String value)
        Sets the value of the ejbName property.
        Parameters:
        value - allowed object is String
      • getJndiName

        public JndiName getJndiName()
        Gets the value of the jndiName property.
        Returns:
        possible object is JndiName
      • setJndiName

        public void setJndiName​(JndiName value)
        Sets the value of the jndiName property.
        Parameters:
        value - allowed object is JndiName
      • getLocalJndiName

        public String getLocalJndiName()
        Gets the value of the localJndiName property.
        Returns:
        possible object is String
      • setLocalJndiName

        public void setLocalJndiName​(String value)
        Sets the value of the localJndiName property.
        Parameters:
        value - allowed object is String
      • getCallByValue

        public String getCallByValue()
        Gets the value of the callByValue property.
        Returns:
        possible object is String
      • setCallByValue

        public void setCallByValue​(String value)
        Sets the value of the callByValue property.
        Parameters:
        value - allowed object is String
      • getReadOnly

        public String getReadOnly()
        Gets the value of the readOnly property.
        Returns:
        possible object is String
      • setReadOnly

        public void setReadOnly​(String value)
        Sets the value of the readOnly property.
        Parameters:
        value - allowed object is String
      • getExceptionOnRollback

        public String getExceptionOnRollback()
        Gets the value of the exceptionOnRollback property.
        Returns:
        possible object is String
      • setExceptionOnRollback

        public void setExceptionOnRollback​(String value)
        Sets the value of the exceptionOnRollback property.
        Parameters:
        value - allowed object is String
      • getTimerPersistence

        public String getTimerPersistence()
        Gets the value of the timerPersistence property.
        Returns:
        possible object is String
      • setTimerPersistence

        public void setTimerPersistence​(String value)
        Sets the value of the timerPersistence property.
        Parameters:
        value - allowed object is String
      • getConfigurationName

        public String getConfigurationName()
        Gets the value of the configurationName property.
        Returns:
        possible object is String
      • setConfigurationName

        public void setConfigurationName​(String value)
        Sets the value of the configurationName property.
        Parameters:
        value - allowed object is String
      • getInvokerBindings

        public InvokerBindings getInvokerBindings()
        Gets the value of the invokerBindings property.
        Returns:
        possible object is InvokerBindings
      • setInvokerBindings

        public void setInvokerBindings​(InvokerBindings value)
        Sets the value of the invokerBindings property.
        Parameters:
        value - allowed object is InvokerBindings
      • getSecurityProxy

        public String getSecurityProxy()
        Gets the value of the securityProxy property.
        Returns:
        possible object is String
      • setSecurityProxy

        public void setSecurityProxy​(String value)
        Sets the value of the securityProxy property.
        Parameters:
        value - allowed object is String
      • getEjbRef

        public List<EjbRef> getEjbRef()
        Gets the value of the ejbRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ejbRef property. For example, to add a new item, do as follows:
            getEjbRef().add(newItem);
         
        Objects of the following type(s) are allowed in the list EjbRef
      • getEjbLocalRef

        public List<EjbLocalRef> getEjbLocalRef()
        Gets the value of the ejbLocalRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ejbLocalRef property. For example, to add a new item, do as follows:
            getEjbLocalRef().add(newItem);
         
        Objects of the following type(s) are allowed in the list EjbLocalRef
      • getServiceRef

        public List<ServiceRef> getServiceRef()
        Gets the value of the serviceRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the serviceRef property. For example, to add a new item, do as follows:
            getServiceRef().add(newItem);
         
        Objects of the following type(s) are allowed in the list ServiceRef
      • getSecurityIdentity

        public SecurityIdentity getSecurityIdentity()
        Gets the value of the securityIdentity property.
        Returns:
        possible object is SecurityIdentity
      • setSecurityIdentity

        public void setSecurityIdentity​(SecurityIdentity value)
        Sets the value of the securityIdentity property.
        Parameters:
        value - allowed object is SecurityIdentity
      • getResourceRef

        public List<ResourceRef> getResourceRef()
        Gets the value of the resourceRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the resourceRef property. For example, to add a new item, do as follows:
            getResourceRef().add(newItem);
         
        Objects of the following type(s) are allowed in the list ResourceRef
      • getResourceEnvRef

        public List<ResourceEnvRef> getResourceEnvRef()
        Gets the value of the resourceEnvRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the resourceEnvRef property. For example, to add a new item, do as follows:
            getResourceEnvRef().add(newItem);
         
        Objects of the following type(s) are allowed in the list ResourceEnvRef
      • getMessageDestinationRef

        public List<MessageDestinationRef> getMessageDestinationRef()
        Gets the value of the messageDestinationRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the messageDestinationRef property. For example, to add a new item, do as follows:
            getMessageDestinationRef().add(newItem);
         
        Objects of the following type(s) are allowed in the list MessageDestinationRef
      • getMethodAttributes

        public MethodAttributes getMethodAttributes()
        Gets the value of the methodAttributes property.
        Returns:
        possible object is MethodAttributes
      • setMethodAttributes

        public void setMethodAttributes​(MethodAttributes value)
        Sets the value of the methodAttributes property.
        Parameters:
        value - allowed object is MethodAttributes
      • getClustered

        public String getClustered()
        Gets the value of the clustered property.
        Returns:
        possible object is String
      • setClustered

        public void setClustered​(String value)
        Sets the value of the clustered property.
        Parameters:
        value - allowed object is String
      • getClusterConfig

        public ClusterConfig getClusterConfig()
        Gets the value of the clusterConfig property.
        Returns:
        possible object is ClusterConfig
      • setClusterConfig

        public void setClusterConfig​(ClusterConfig value)
        Sets the value of the clusterConfig property.
        Parameters:
        value - allowed object is ClusterConfig
      • getCacheInvalidation

        public String getCacheInvalidation()
        Gets the value of the cacheInvalidation property.
        Returns:
        possible object is String
      • setCacheInvalidation

        public void setCacheInvalidation​(String value)
        Sets the value of the cacheInvalidation property.
        Parameters:
        value - allowed object is String
      • getDepends

        public List<Depends> getDepends()
        Gets the value of the depends property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the depends property. For example, to add a new item, do as follows:
            getDepends().add(newItem);
         
        Objects of the following type(s) are allowed in the list Depends
      • setIorSecurityConfig

        public void setIorSecurityConfig​(IorSecurityConfig value)
        Sets the value of the iorSecurityConfig property.
        Parameters:
        value - allowed object is IorSecurityConfig