public class AppID extends Object
AppID is a representation of the unique identifier for
applications.
Its string form is the Hex representation of the 48 bit number.
| Constructor and Description |
|---|
AppID(int oid,
int aid)
Create a new AppID based on the given integers.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares two AppIDs for equality.
|
int |
getAID()
This method returns the integer value of the application count supplied in the constructor
|
int |
getOID()
This method returns the integer value of the organization number supplied in the constructor.
|
int |
hashCode()
Returns a hash code value for this AppID.
|
String |
toString()
This method returns a string containing the Hex representation of the 48 bit
number.
|
public AppID(int oid,
int aid)
oid - the globally unique organization number.aid - the unique count within the organization.public int getOID()
public int getAID()
public String toString()
public boolean equals(Object obj)
Copyright © 2012 code4tv.com. All Rights Reserved.