org.apache.activemq.apollo.dto
Class SimpleCustomServiceDTO
java.lang.Object
org.apache.activemq.apollo.dto.CustomServiceDTO
org.apache.activemq.apollo.dto.SimpleCustomServiceDTO
public class SimpleCustomServiceDTO
- extends CustomServiceDTO
- Author:
- Hiram Chirino
Field Summary |
java.lang.String |
id
Optional id for the object |
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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
public java.lang.String id
- Optional id for the object
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
SimpleCustomServiceDTO
public SimpleCustomServiceDTO()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class CustomServiceDTO
hashCode
public int hashCode()
- Overrides:
hashCode
in class CustomServiceDTO
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.