org.drools.grid.service.directory.impl
Class AddressImpl
java.lang.Object
org.drools.grid.service.directory.impl.AddressImpl
- All Implemented Interfaces:
- Serializable, Address
public class AddressImpl
- extends Object
- implements Address, Serializable
- See Also:
- Serialized Form
AddressImpl
public AddressImpl()
AddressImpl
public AddressImpl(GridServiceDescription gridServiceDescription,
String transport,
Serializable object)
getId
public String getId()
setId
public void setId(String id)
getGridServiceDescription
public GridServiceDescription getGridServiceDescription()
- Specified by:
getGridServiceDescription in interface Address
getTransport
public String getTransport()
- Specified by:
getTransport in interface Address
getObject
public Serializable getObject()
- Specified by:
getObject in interface Address
setObject
public void setObject(Object object)
- Specified by:
setObject in interface Address
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.