Package com.sforce.soap.metadata
Class FileProperties
- java.lang.Object
-
- com.sforce.soap.metadata.FileProperties
-
-
Constructor Summary
Constructors Constructor Description FileProperties()Constructor
-
Method Summary
-
-
-
Method Detail
-
getCreatedById
public String getCreatedById()
-
setCreatedById
public void setCreatedById(String createdById)
-
setCreatedById
protected void setCreatedById(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCreatedByName
public String getCreatedByName()
-
setCreatedByName
public void setCreatedByName(String createdByName)
-
setCreatedByName
protected void setCreatedByName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCreatedDate
public Calendar getCreatedDate()
-
setCreatedDate
public void setCreatedDate(Calendar createdDate)
-
setCreatedDate
protected void setCreatedDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
setFileName
protected void setFileName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFullName
public String getFullName()
-
setFullName
public void setFullName(String fullName)
-
setFullName
protected void setFullName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getId
public String getId()
-
setId
public void setId(String id)
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLastModifiedById
public String getLastModifiedById()
-
setLastModifiedById
public void setLastModifiedById(String lastModifiedById)
-
setLastModifiedById
protected void setLastModifiedById(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLastModifiedByName
public String getLastModifiedByName()
-
setLastModifiedByName
public void setLastModifiedByName(String lastModifiedByName)
-
setLastModifiedByName
protected void setLastModifiedByName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLastModifiedDate
public Calendar getLastModifiedDate()
-
setLastModifiedDate
public void setLastModifiedDate(Calendar lastModifiedDate)
-
setLastModifiedDate
protected void setLastModifiedDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getManageableState
public ManageableState getManageableState()
-
setManageableState
public void setManageableState(ManageableState manageableState)
-
setManageableState
protected void setManageableState(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNamespacePrefix
public String getNamespacePrefix()
-
setNamespacePrefix
public void setNamespacePrefix(String namespacePrefix)
-
setNamespacePrefix
protected void setNamespacePrefix(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public String getType()
-
setType
public void setType(String type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-