HOME

com.ireasoning.util
Class MibModuleData.Revision

java.lang.Object
  extended bycom.ireasoning.util.MibModuleData.Revision
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
MibModuleData

public class MibModuleData.Revision
extends Object
implements Serializable, Comparable

This class represents the "revision" section in MODULE-IDENTITY node

See Also:
Serialized Form

Constructor Summary
MibModuleData.Revision(String timestamp, String descr)
           
 
Method Summary
 int compareTo(Object o)
           
 String getDescription()
           
 String getRevisionTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MibModuleData.Revision

public MibModuleData.Revision(String timestamp,
                              String descr)
Method Detail

getRevisionTimestamp

public String getRevisionTimestamp()
Returns:
the revision timestamp

getDescription

public String getDescription()
Returns:
description of the revision

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.