org.apache.activemq.apollo.dto
Class CustomServiceDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.StringIdDTO
      extended by org.apache.activemq.apollo.dto.ServiceDTO
          extended by org.apache.activemq.apollo.dto.CustomServiceDTO

public class CustomServiceDTO
extends ServiceDTO

Author:
Hiram Chirino

Field Summary
 java.lang.String kind
          The class name of the service.
 java.util.List<java.lang.Object> other
          To hold any other non-matching XML elements
 
Fields inherited from class org.apache.activemq.apollo.dto.ServiceDTO
enabled
 
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO
id
 
Constructor Summary
CustomServiceDTO()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kind

public java.lang.String kind
The class name of the service.


other

public java.util.List<java.lang.Object> other
To hold any other non-matching XML elements

Constructor Detail

CustomServiceDTO

public CustomServiceDTO()
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class ServiceDTO

hashCode

public int hashCode()
Overrides:
hashCode in class ServiceDTO


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.