public class ServiceName extends CloneableDataObject implements java.lang.Comparable
Title: Service Event Fabric Core
Description: Defines a full name of the service.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
ServiceName(java.lang.String fullName) |
ServiceName(java.lang.String type,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ServiceName other) |
boolean |
equals(java.lang.Object other) |
java.lang.String |
getFullName() |
java.lang.String |
getName() |
java.lang.String |
getType() |
int |
hashCode() |
clone, getSerialVersionUID
public ServiceName(java.lang.String type, java.lang.String name)
public ServiceName(java.lang.String fullName)
public java.lang.String getType()
public java.lang.String getName()
public java.lang.String getFullName()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ServiceName other)
compareTo
in interface java.lang.Comparable
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.