edu.vt.middleware.ed
Class ServiceAttribute

java.lang.Object
  extended by edu.vt.middleware.ed.AbstractDataType
      extended by edu.vt.middleware.ed.AbstractAttribute
          extended by edu.vt.middleware.ed.ServiceAttribute
All Implemented Interfaces:
Attribute, DataType, Serializable, Comparable<DataType>

public class ServiceAttribute
extends AbstractAttribute

Contains service attribute data.

Version:
$Revision: 7289 $
Author:
Daniel Fisher
See Also:
Serialized Form

Field Summary
static ServiceAttribute ACCOUNT_STATE
          accountState
static ServiceAttribute ADMINISTRATOR
          administrator
static ServiceAttribute BASE_DN
          baseDn
static ServiceAttribute CERTIFICATE
          certificate
static ServiceAttribute CONTACT_PERSON
          contactPerson
static ServiceAttribute CREATION_DATE
          creationDate
static ServiceAttribute EXPIRATION_DATE
          expirationDate
static ServiceAttribute OBJECT_CLASS
          objectClass
private static long serialVersionUID
          serial version UID
static ServiceAttribute SERVICE_TYPE
          serviceType
static ServiceAttribute UID
          uid
static ServiceAttribute UUSID
          uusid
static ServiceAttribute VIEWABLE_PERSON_ATTRIBUTE
          viewablePersonAttribute
 
Fields inherited from class edu.vt.middleware.ed.AbstractDataType
HASH_CODE_SEED
 
Constructor Summary
protected ServiceAttribute()
          Default constructor.
protected ServiceAttribute(String name, String description)
          This creates a ServiceAttribute with the supplied name and description.
 
Method Summary
 
Methods inherited from class edu.vt.middleware.ed.AbstractAttribute
getAttributeDescription, getAttributeName, setAttributeDescription, setAttributeName
 
Methods inherited from class edu.vt.middleware.ed.AbstractDataType
compareTo, equals, getDataType, getTypeCode, getTypeName, hashCode, setTypeCode, setTypeName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BASE_DN

public static final ServiceAttribute BASE_DN
baseDn


OBJECT_CLASS

public static final ServiceAttribute OBJECT_CLASS
objectClass


ACCOUNT_STATE

public static final ServiceAttribute ACCOUNT_STATE
accountState


ADMINISTRATOR

public static final ServiceAttribute ADMINISTRATOR
administrator


CERTIFICATE

public static final ServiceAttribute CERTIFICATE
certificate


CONTACT_PERSON

public static final ServiceAttribute CONTACT_PERSON
contactPerson


CREATION_DATE

public static final ServiceAttribute CREATION_DATE
creationDate


EXPIRATION_DATE

public static final ServiceAttribute EXPIRATION_DATE
expirationDate


SERVICE_TYPE

public static final ServiceAttribute SERVICE_TYPE
serviceType


UID

public static final ServiceAttribute UID
uid


UUSID

public static final ServiceAttribute UUSID
uusid


VIEWABLE_PERSON_ATTRIBUTE

public static final ServiceAttribute VIEWABLE_PERSON_ATTRIBUTE
viewablePersonAttribute


serialVersionUID

private static final long serialVersionUID
serial version UID

See Also:
Constant Field Values
Constructor Detail

ServiceAttribute

protected ServiceAttribute()
Default constructor.


ServiceAttribute

protected ServiceAttribute(String name,
                           String description)
This creates a ServiceAttribute with the supplied name and description.

Parameters:
name - String
description - String


Copyright © 2008 Virginia Tech. All Rights Reserved.