com.sas.services.information.metadata
Class PhysicalTableAttributes
com.sas.services.information.metadata.PhysicalTableAttributes
- All Implemented Interfaces:
- java.io.Serializable
public class PhysicalTableAttributes
- implements java.io.Serializable
- See Also:
- Serialized Form
PhysicalTableAttributes
public PhysicalTableAttributes(boolean isCompressed,
boolean isEncrypted,
boolean isDBMSView,
java.lang.String dbmsType,
java.lang.String sasTableName,
java.lang.String memberType)
getDbmsType
public final java.lang.String getDbmsType()
- Returns:
- Returns the dbmsType.
setDbmsType
public final void setDbmsType(java.lang.String dbmsType)
- Parameters:
dbmsType
- The dbmsType to set.
isCompressed
public final boolean isCompressed()
- Returns:
- Returns the isCompressed.
setCompressed
public final void setCompressed(boolean isCompressed)
- Parameters:
isCompressed
- The isCompressed to set.
isDBMSView
public final boolean isDBMSView()
- Returns:
- Returns the isDMBSView.
setDBMSView
public final void setDBMSView(boolean isDMBSView)
- Parameters:
isDMBSView
- The isDMBSView to set.
isEncrypted
public final boolean isEncrypted()
- Returns:
- Returns the isEncrypted.
setEncrypted
public final void setEncrypted(boolean isEncrypted)
- Parameters:
isEncrypted
- The isEncrypted to set.
getMemberType
public final java.lang.String getMemberType()
- Returns:
- Returns the memberType.
setMemberType
public final void setMemberType(java.lang.String memberType)
- Parameters:
memberType
- The memberType to set.
getSasTableName
public final java.lang.String getSasTableName()
- Returns:
- Returns the sasTableName.
setSasTableName
public final void setSasTableName(java.lang.String sasTableName)
- Parameters:
sasTableName
- The sasTableName to set.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.