Class DirectAccessUrl
- java.lang.Object
-
- org.alfresco.service.cmr.repository.DirectAccessUrl
-
- All Implemented Interfaces:
Serializable
@AlfrescoPublicApi public class DirectAccessUrl extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DirectAccessUrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getContentUrl()
Date
getExpiryTime()
int
hashCode()
boolean
isAttachment()
void
setAttachment(boolean attachment)
void
setContentUrl(String contentUrl)
void
setExpiryTime(Date expiryTime)
-
-
-
Method Detail
-
getContentUrl
public String getContentUrl()
-
setContentUrl
public void setContentUrl(String contentUrl)
-
getExpiryTime
public Date getExpiryTime()
-
setExpiryTime
public void setExpiryTime(Date expiryTime)
-
isAttachment
public boolean isAttachment()
-
setAttachment
public void setAttachment(boolean attachment)
-
-