|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.service.seo.robotstxt.UserAgentPermission
public class UserAgentPermission
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 |
---|
public UserAgentPermission()
Method Detail |
---|
public UserAgent getUserAgent()
public void setUserAgent(UserAgent userAgent)
userAgent
- the userAgent value to set.public String getId()
public void setId(String id)
id
- the id value to set.public int getType()
public void setType(int type)
type
- the type value to set.public String getValue()
public void setValue(String value)
value
- the value value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |