lumis.service.seo.robotstxt
Class UserAgentPermission

Package class diagram package UserAgentPermission
java.lang.Object
  extended by lumis.service.seo.robotstxt.UserAgentPermission

public class UserAgentPermission
extends Object

Since:
5.0.0

Constructor Summary
UserAgentPermission()
           
 
Method Summary
 String getId()
          Returns the id.
 int getType()
          Returns the type.
 UserAgent getUserAgent()
          Returns the userAgent.
 String getValue()
          Returns the userAgentId.
 void setId(String id)
          Sets the id.
 void setType(int type)
          Sets the type.
 void setUserAgent(UserAgent userAgent)
          Sets the userAgent.
 void setValue(String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAgentPermission

public UserAgentPermission()
Method Detail

getUserAgent

public UserAgent getUserAgent()
Returns the userAgent.

Returns:
the userAgent
Since:
5.0.0

setUserAgent

public void setUserAgent(UserAgent userAgent)
Sets the userAgent.

Parameters:
userAgent - the userAgent value to set.
Since:
5.0.0

getId

public String getId()
Returns the id.

Returns:
the id
Since:
5.0.0

setId

public void setId(String id)
Sets the id.

Parameters:
id - the id value to set.
Since:
5.0.0

getType

public int getType()
Returns the type.

Returns:
the type
Since:
5.0.0

setType

public void setType(int type)
Sets the type.

Parameters:
type - the type value to set.
Since:
5.0.0

getValue

public String getValue()
Returns the userAgentId.

Returns:
the userAgentId
Since:
5.0.0

setValue

public void setValue(String value)
Sets the value.

Parameters:
value - the value value to set.
Since:
5.0.0


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.