public final class SecurityProfileVirtualDirectory extends Object implements ISecurityProfileVirtualDirectory
Constructor and Description |
---|
SecurityProfileVirtualDirectory() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets the logical URL of a virtual directory
|
boolean |
getAllowedRead()
Gets the value of the flag that shows whether reading from the virtual directory is allowed
|
boolean |
getAllowedWrite()
Gets the value of the flag that shows whether writing to the virtual directory is allowed
|
String |
getDescr()
Gets virtual directory description
|
String |
getPhysicalPath()
Gets the physical URL of a virtual directory
|
String |
getSPName()
Gets security profile name
|
void |
setAlias(String alias)
Sets the logical URL of a virtual directory
|
void |
setAllowedRead(boolean allowedRead)
Sets the value of the flag that shows whether reading from the virtual directory is allowed
|
void |
setAllowedWrite(boolean allowedWrite)
Sets the value of the flag that shows whether writing to the virtual directory is allowed
|
void |
setDescr(String descr)
Sets virtual directory description
|
void |
setPhysicalPath(String physicalPath)
Sets the physical URL of a virtual directory
|
void |
setSPName(String spName)
Sets security profile name
|
String |
toString() |
public String getSPName()
ISecurityProfileVirtualDirectory
getSPName
in interface ISecurityProfileVirtualDirectory
public void setSPName(String spName)
ISecurityProfileVirtualDirectory
setSPName
in interface ISecurityProfileVirtualDirectory
spName
- security profile namepublic String getAlias()
ISecurityProfileVirtualDirectory
getAlias
in interface ISecurityProfileVirtualDirectory
public void setAlias(String alias)
ISecurityProfileVirtualDirectory
setAlias
in interface ISecurityProfileVirtualDirectory
alias
- logical URL of a virtual directorypublic String getPhysicalPath()
ISecurityProfileVirtualDirectory
getPhysicalPath
in interface ISecurityProfileVirtualDirectory
public void setPhysicalPath(String physicalPath)
ISecurityProfileVirtualDirectory
setPhysicalPath
in interface ISecurityProfileVirtualDirectory
physicalPath
- URL of a virtual directorypublic boolean getAllowedRead()
ISecurityProfileVirtualDirectory
getAllowedRead
in interface ISecurityProfileVirtualDirectory
public void setAllowedRead(boolean allowedRead)
ISecurityProfileVirtualDirectory
setAllowedRead
in interface ISecurityProfileVirtualDirectory
allowedRead
- value of the flag that shows whether reading from the virtual directory is allowedpublic boolean getAllowedWrite()
ISecurityProfileVirtualDirectory
getAllowedWrite
in interface ISecurityProfileVirtualDirectory
public void setAllowedWrite(boolean allowedWrite)
ISecurityProfileVirtualDirectory
setAllowedWrite
in interface ISecurityProfileVirtualDirectory
allowedWrite
- value of the flag that shows whether writing to the virtual directory is allowedpublic String getDescr()
ISecurityProfileVirtualDirectory
getDescr
in interface ISecurityProfileVirtualDirectory
public void setDescr(String descr)
ISecurityProfileVirtualDirectory
setDescr
in interface ISecurityProfileVirtualDirectory
descr
- virtual directory descriptionCopyright © '1C' 1996-2012