Package lumis.service.seo.robotstxt
Class UserAgentPermission
- java.lang.Object
-
- lumis.service.seo.robotstxt.UserAgentPermission
-
public class UserAgentPermission extends Object
- Since:
- 5.0.0
- Version:
- $Revision: 10825 $ $Date: 2009-08-04 12:36:40 -0300 (Tue, 04 Aug 2009) $
-
-
Constructor Summary
Constructors Constructor Description UserAgentPermission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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
-
-