Esri Geoportal Server
1.0

com.esri.gpt.sdisuite
Class BriefLicenseInfo

java.lang.Object
  extended by com.esri.gpt.sdisuite.BriefLicenseInfo

public class BriefLicenseInfo
extends Object

Represents brief license information properties.


Constructor Summary
BriefLicenseInfo()
          Default constructor
 
Method Summary
 String getLicenseId()
           
 String getLicenseManagerUrl()
           
 Calendar getNotBefore()
           
 Calendar getNotOnOrAfter()
           
 String getOrderId()
           
 String getProductId()
           
 boolean isActive()
          properties ==============================================================
 boolean isSetLicenseManagerUrl()
           
 boolean isSetNotBefore()
           
 boolean isSetNotOnOrAfter()
           
 boolean isSetOrderId()
           
 boolean isSetProductId()
           
 void setActive(boolean pActive)
           
 void setLicenseId(String pLicenseId)
           
 void setLicenseManagerUrl(String pLicenseManagerUrl)
           
 void setNotBefore(Calendar pNotBefore)
           
 void setNotOnOrAfter(Calendar pNotOnOrAfter)
           
 void setOrderId(String pOrderId)
           
 void setProductId(String pProductId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BriefLicenseInfo

public BriefLicenseInfo()
Default constructor

Method Detail

isActive

public boolean isActive()
properties ==============================================================


setActive

public void setActive(boolean pActive)

getLicenseId

public String getLicenseId()

setLicenseId

public void setLicenseId(String pLicenseId)

getLicenseManagerUrl

public String getLicenseManagerUrl()

setLicenseManagerUrl

public void setLicenseManagerUrl(String pLicenseManagerUrl)

isSetLicenseManagerUrl

public boolean isSetLicenseManagerUrl()

getNotBefore

public Calendar getNotBefore()

setNotBefore

public void setNotBefore(Calendar pNotBefore)

isSetNotBefore

public boolean isSetNotBefore()

getNotOnOrAfter

public Calendar getNotOnOrAfter()

setNotOnOrAfter

public void setNotOnOrAfter(Calendar pNotOnOrAfter)

isSetNotOnOrAfter

public boolean isSetNotOnOrAfter()

getOrderId

public String getOrderId()

setOrderId

public void setOrderId(String pOrderId)

isSetOrderId

public boolean isSetOrderId()

getProductId

public String getProductId()

setProductId

public void setProductId(String pProductId)

isSetProductId

public boolean isSetProductId()

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.