Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.autoinventory
Class AIIp

java.lang.Object
  extended by org.hyperic.hibernate.PersistedObject
      extended by org.hyperic.hq.appdef.AppdefBean
          extended by org.hyperic.hq.appdef.IpBase
              extended by org.hyperic.hq.autoinventory.AIIp
All Implemented Interfaces:
java.io.Serializable, ContainerManagedTimestampTrackable

public class AIIp
extends IpBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hyperic.hq.appdef.IpBase
_address
 
Fields inherited from class org.hyperic.hq.appdef.AppdefBean
cid, creationTime, modifiedTime
 
Constructor Summary
AIIp()
           
AIIp(AIIpValue ipv)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AIIpValue getAIIpValue()
          Deprecated. use (this) AIIp object instead
 AIPlatform getAIPlatform()
           
 long getDiff()
           
 int getQueueStatus()
           
 int hashCode()
           
 boolean isIgnored()
           
 void setAIPlatform(AIPlatform aIPlatform)
           
 void setDiff(long diff)
           
 void setIgnored(boolean ignored)
           
 void setQueueStatus(java.lang.Integer queueStatus)
           
 
Methods inherited from class org.hyperic.hq.appdef.IpBase
getAddress, getIpValue, getMacAddress, getNetmask, setAddress, setIpValue, setMacAddress, setNetmask
 
Methods inherited from class org.hyperic.hq.appdef.AppdefBean
allowContainerManagedCreationTime, allowContainerManagedLastModifiedTime, getCid, getCreationTime, getCTime, getModifiedTime, getMTime, matchesValueObject, setCid, setCreationTime, setModifiedTime
 
Methods inherited from class org.hyperic.hibernate.PersistedObject
get_version_, getId, set_version_, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AIIp

public AIIp()

AIIp

public AIIp(AIIpValue ipv)
Method Detail

getAIPlatform

public AIPlatform getAIPlatform()

setAIPlatform

public void setAIPlatform(AIPlatform aIPlatform)

getQueueStatus

public int getQueueStatus()

setQueueStatus

public void setQueueStatus(java.lang.Integer queueStatus)

getDiff

public long getDiff()

setDiff

public void setDiff(long diff)

isIgnored

public boolean isIgnored()

setIgnored

public void setIgnored(boolean ignored)

getAIIpValue

public AIIpValue getAIIpValue()
Deprecated. use (this) AIIp object instead

legacy EJB DTO pattern


equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class IpBase

hashCode

public int hashCode()
Overrides:
hashCode in class IpBase

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.