org.kuali.common.util.secure
Class RemoteFile

java.lang.Object
  extended by org.kuali.common.util.secure.RemoteFile

Deprecated.

@Deprecated
public class RemoteFile
extends Object


Constructor Summary
RemoteFile()
          Deprecated.  
RemoteFile(String absolutePath)
          Deprecated.  
 
Method Summary
 String getAbsolutePath()
          Deprecated.  
 Integer getGroupId()
          Deprecated.  
 Integer getPermissions()
          Deprecated.  
 Long getSize()
          Deprecated.  
 Status getStatus()
          Deprecated.  
 Integer getUserId()
          Deprecated.  
 boolean isDirectory()
          Deprecated.  
 void setAbsolutePath(String absolutePath)
          Deprecated.  
 void setDirectory(boolean directory)
          Deprecated.  
 void setGroupId(Integer groupId)
          Deprecated.  
 void setPermissions(Integer permissions)
          Deprecated.  
 void setSize(Long size)
          Deprecated.  
 void setStatus(Status status)
          Deprecated.  
 void setUserId(Integer userId)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFile

public RemoteFile()
Deprecated. 

RemoteFile

public RemoteFile(String absolutePath)
Deprecated. 
Method Detail

getAbsolutePath

public String getAbsolutePath()
Deprecated. 

setAbsolutePath

public void setAbsolutePath(String absolutePath)
Deprecated. 

getGroupId

public Integer getGroupId()
Deprecated. 

setGroupId

public void setGroupId(Integer groupId)
Deprecated. 

getUserId

public Integer getUserId()
Deprecated. 

setUserId

public void setUserId(Integer userId)
Deprecated. 

getPermissions

public Integer getPermissions()
Deprecated. 

setPermissions

public void setPermissions(Integer permissions)
Deprecated. 

getSize

public Long getSize()
Deprecated. 

setSize

public void setSize(Long size)
Deprecated. 

isDirectory

public boolean isDirectory()
Deprecated. 

setDirectory

public void setDirectory(boolean directory)
Deprecated. 

getStatus

@Deprecated
public Status getStatus()
Deprecated. 


setStatus

@Deprecated
public void setStatus(Status status)
Deprecated. 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.